You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 thescope
.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
The text was updated successfully, but these errors were encountered: