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

Addition of audience parameter to oauth config #9936

Open
danielatk opened this issue May 14, 2024 · 0 comments
Open

Addition of audience parameter to oauth config #9936

danielatk opened this issue May 14, 2024 · 0 comments

Comments

@danielatk
Copy link

danielatk commented May 14, 2024

The current Oauth configuration contains the following parameters:

  • clientId
  • clientSecret
  • realm
  • appName
  • scopeSeparator
  • additionalQueryStringParams
  • useBasicAuthenticationWithAccessCodeGrant
  • usePkceWithAuthorizationCodeGrant

The audience parameter is missing from this selection and would be quite useful in many authentication scenarios. Auth0, for example, can only provide a full access token if the audience parameter is received in the request body. This is the same problem raised in this stackoverflow issue, where the only apparent viable solution is to intercept the request and add the audience parameter to the body.

ps: I have already forked. Waiting a review of this to open the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant