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

fix(idtoken): provide default scope for cert endpoint #1198

Merged
merged 1 commit into from Aug 30, 2021
Merged

fix(idtoken): provide default scope for cert endpoint #1198

merged 1 commit into from Aug 30, 2021

Commits on Aug 30, 2021

  1. fix(idtoken): provide default scope for cert endpoint

    When NewValidator is called without any options passed in it will
    fail talking to the google cert endpoint because the dailed
    authenticated client will not have proper scopes and leads to the
    error: "invalid_scope". We should set a default scope do this method
    can be called with no extra options.
    
    Fixes: #1187
    codyoss committed Aug 30, 2021
    Copy the full SHA
    3941789 View commit details
    Browse the repository at this point in the history