Skip to content

Ignore unsupported scopes instead of failing #16

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

Merged
merged 2 commits into from
Jun 13, 2017

Conversation

jkakavas
Copy link
Member

@jkakavas jkakavas commented Jun 2, 2017

According to https://openid.net/specs/openid-connect-core-1_0.html
3.1.2.1 : " Scope values used that are not understood by an
implementation SHOULD be ignored"
Unsupported scopes are handled gracefully already in
https://github.com/OpenIDC/pyoidc/blob/master/src/oic/oic/__init__.py#L1773

This also fixes IdentityPython/SATOSA#92

Ioannis Kakavas added 2 commits June 2, 2017 19:59
According to https://openid.net/specs/openid-connect-core-1_0.html
3.1.2.1 : " Scope values used that are not understood by an
implementation SHOULD be ignored"
Unsupported scopes are handled gracefully already in
https://github.com/OpenIDC/pyoidc/blob/master/src/oic/oic/__init__.py#L1773
@Gijutsu Gijutsu merged commit 64a6dad into IdentityPython:master Jun 13, 2017
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.

oidc-op responses with an error when any value from scope in not recognized
2 participants