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

Allow extra form attributes to be added to OIDC callback #10249

Open
ChrisSamo632 opened this issue Jan 6, 2025 · 0 comments
Open

Allow extra form attributes to be added to OIDC callback #10249

ChrisSamo632 opened this issue Jan 6, 2025 · 0 comments

Comments

@ChrisSamo632
Copy link

Content & configuration

Swagger/OpenAPI definition:

FastAPI generated swagger ui using OAS 3.1

Is your feature request related to a problem?

Some OIDC IdP services require additional fields to be sent to the token endpoint in order to generate appropriate Access Tokens, e.g. LogTo, which returns an opaque token rather than a JWT unless a resource is specified along with the scope.

Describe the solution you'd like

The ability to dynamically add extra fields to the OIDC token (and maybe authorisation) forms, e.g. https://github.com/swagger-api/swagger-ui/blob/master/src/core/plugins/auth/actions.js#L142

Describe alternatives you've considered

Additional context

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