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

[Microsoft] fix reading OpenID Connect token responses #243

Merged
merged 1 commit into from
May 14, 2019

Commits on May 13, 2019

  1. fix reading OpenID Connect token responses from Microsoft

    when using Microsoft's OpenID Connect service (as documented at
    https://azure.microsoft.com/en-us/documentation/articles/active-directory-v2-protocols/)
    if you only request the openid scope, Microsoft only returns an id_token,
    with no access_token. so treat that as a valid response.
    ccutrer committed May 13, 2019
    Configuration menu
    Copy the full SHA
    671624f View commit details
    Browse the repository at this point in the history