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

Configurable scope parameter for OAuth2 #4520

Closed
wants to merge 2 commits into from

Conversation

skorobkov
Copy link

No description provided.

@hosseinsh
Copy link
Contributor

Thanks for taking the time, and raising this PR skorobkov. Would you please add documentation on this config under this section? Thanks

@coveralls
Copy link

Coverage Status

coverage: 75.427%. remained the same when pulling 5092c45 on skorobkov:oauth2_scope_config into 78b0fb1 on Netflix:master.

@@ -658,7 +658,7 @@ def get(self):
"redirectUri": current_app.config.get("OAUTH2_REDIRECT_URI"),
"clientId": current_app.config.get("OAUTH2_CLIENT_ID"),
"responseType": "code",
"scope": ["openid", "email", "profile", "groups"],
"scope": current_app.config.get("OAUTH2_SCOPE", ["openid", "email", "profile"]),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for putting this together. We'll want groups to stay in the default for backwards compatibility. Also, can we add an entry to docs/administration alongside the other oauth config options for this new option?

@jmcrawford45
Copy link
Contributor

superseded by #4666 4666

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

Successfully merging this pull request may close these issues.

5 participants