We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some OIDC Identity Providers provide extended capabilities by adding extra query string arguments to the authentication request.
Specifically, Keycloak allows a default identity provider to be specified by adding a "kc_idp_hint" parameter to the authentication request (see https://www.keycloak.org/docs/latest/server_admin/#_client_suggested_idp).
It would be great to be able to include extra request arguments provided by the configuration.
Proposed changes in PR #67.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some OIDC Identity Providers provide extended capabilities by adding extra query string arguments to the authentication request.
Specifically, Keycloak allows a default identity provider to be specified by adding a "kc_idp_hint" parameter to the authentication request (see https://www.keycloak.org/docs/latest/server_admin/#_client_suggested_idp).
It would be great to be able to include extra request arguments provided by the configuration.
Proposed changes in PR #67.
The text was updated successfully, but these errors were encountered: