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

Add granted scope to the Credentials object #97

Merged
merged 1 commit into from
Jun 29, 2017

Conversation

lbalmaceda
Copy link
Contributor

The scope is only present on OIDC authentication calls when an audience is requested and the requested scope differs from the final scope that the server grants. i.e. requested scope is invalid or a rule edited the access_token.scope value.

Deprecation note: The previous Credentials constructor must be deprecated (in a separate PR).

@lbalmaceda lbalmaceda requested review from nikolaseu and hzalaz June 15, 2017 20:59
@lbalmaceda lbalmaceda force-pushed the add-credentials-scope branch from cb42cff to 173cf01 Compare June 15, 2017 21:01
@lbalmaceda lbalmaceda added this to the v1-Next milestone Jun 29, 2017
@lbalmaceda lbalmaceda force-pushed the add-credentials-scope branch from 173cf01 to d87e0f3 Compare June 29, 2017 21:13
@lbalmaceda lbalmaceda merged commit fd71481 into master Jun 29, 2017
@lbalmaceda lbalmaceda deleted the add-credentials-scope branch June 29, 2017 21:20
@lbalmaceda lbalmaceda modified the milestones: v1-Next, 1.9.0 Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants