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
For example, Azure B2C requires you to set a policy in the querystring, like:
/oauth2/v2.0/authorize?p=B2C_1_signin
This is already supported in the connection, I can set this:
{ "options": { ... "authParams": { "p": "B2C_1_signin" } }, "strategy": "oauth2", "name": "AzureAD-B2C", "enabled_clients": [ ... ] }
But the UI should make it easy to specify the authParams
The text was updated successfully, but these errors were encountered:
authParamsMap
No branches or pull requests
For example, Azure B2C requires you to set a policy in the querystring, like:
/oauth2/v2.0/authorize?p=B2C_1_signin
This is already supported in the connection, I can set this:
But the UI should make it easy to specify the authParams
The text was updated successfully, but these errors were encountered: