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

feat: As a user, I want to be able to configure additional authorization params in the OIDC plugin, so that I can be compliant with my identity provider #10057

Closed
TrevorSmith-msr opened this issue Aug 18, 2023 · 0 comments · Fixed by #10058

Comments

@TrevorSmith-msr
Copy link
Contributor

Description

As a user, I want to be able to configure additional authorization params in the OIDC plugin, so that I can be compliant with my identity provider.

Simply put, Auth0 requires an additional audience parameter in the request parameters of the /authorize request. Currently, I can't configure this additional parameter, preventing me from using Auth0 as an identity provider for OIDC.

Luckily, the lua-resty-openidc library already supports this: https://github.com/zmartzone/lua-resty-openidc/blob/734a3f4dba0faf037abe993c678e43b1bab3025a/lib/resty/openidc.lua#L348

I have actually already added this and will submit a PR shortly.

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

Successfully merging a pull request may close this issue.

1 participant