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

The extension should also support authParams, which are querystring params that might be required by the IdP #12

Open
sandrinodimattia opened this issue Nov 24, 2016 · 0 comments

Comments

@sandrinodimattia
Copy link
Member

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

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