Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove default auth0 audience #239

Merged
merged 2 commits into from
Sep 10, 2018
Merged

remove default auth0 audience #239

merged 2 commits into from
Sep 10, 2018

Commits on Sep 9, 2018

  1. remove default auth0 audience

    As of June 8th, the jwt-bearer grant isn't available to new applications. Therefore, any new app cannot get a token without a specified audience (#176). This is a breaking change from upstream.
    
    The audience *must* match the API's audience. However, audience can be omited if a default audience is specified in the tenent's settings. https://auth0.com/docs/tokens/id-token#validate-the-claims
    kazazes committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    7f2777a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67f9448 View commit details
    Browse the repository at this point in the history