Copilot
Your everyday AI companion
About 92,100 results
  1. Yes

    Is it optional? Yes, it is possible to make a request to authorize without including an audience parameter. In this case, the audience parameter will default to the userinfo endpoint for your tenant, and an opaque token will be issued that can be exchanged for user information. Additionally, a custom default audience can be configured.
    community.auth0.com/t/what-is-the-audience/71414
    community.auth0.com/t/what-is-the-audience/71414
    Was this helpful?
  2. People also ask
    OAuth2 specifies access tokens as opaque strings; there is only one mention of 'audience' in the spec, to say that access tokens could be 'audience-restricted'. Many recent authorization server implementations seem to produce JWT access tokens, and JWT specifies the audience (aud) claim.
    According to RFC 7519: The "aud" (audience) claim identifies the recipients that the JWT is intended for. Each principal intended to process the JWT MUST identify itself with a value in the audience claim.
    Allowed audiences in Azure AD terms usually means "The values of the aud claim that we will consider valid for this API". So if someone calls your API that is protected by Azure AD, the aud claim in the token must match one of the defined ones here. You probably should not put the Azure AD Graph client id there :)
    The Audience ( aud) claim as defined by the spec is generic, and is application specific. The intended use is to identify intended recipients of the token. What a recipient means is application specific. An audience value is either a list of strings, or it can be a single string if there is only one aud claim.
  3. The JWT aud (Audience) Claim - Stack Overflow

  4. What is the Audience? - Auth0 Community

  5. Azure active directory - Allowed token audiences - Stack Overflow

    Code sample

    "allowedAudiences":[
    "https://<site>.azurewebsites.net"
      ]
  6. RFC 7519 - JSON Web Token (JWT) - IETF Datatracker

  7. How to specify audience for an OAuth2 access token?

  8. Auth0.js v9 Reference

  9. How to make the audience optional or to stop setting it?

  10. GitHub - google-github-actions/auth: A GitHub Action for …

  11. Campaign Planner - Twitter

  12. Mobile App Custom Audiences - Marketing API - Meta for …