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

Updated default issuer #976

Closed
wants to merge 1 commit into from
Closed

Conversation

leonluc-dev
Copy link

Updated the default issuer to https://accounts.google.com to match the
updated issuer value contained in new Google id tokens.

The original accounts.google.com value caused new tokens to fail verification when not setting the issuer manually using setIssuer("https://accounts.google.com")

Updated the default issuer to "https://accounts.google.com" to match the
updated issuer value contained in new Google id tokens.
@ejona86
Copy link
Contributor

ejona86 commented Nov 2, 2015

This isn't enough, since it will break any google id tokens using the old endpoint. We will actually need to support both strings at the same time. I already have a change made, I just need to bring it into this repo.

@ejona86
Copy link
Contributor

ejona86 commented Feb 5, 2016

This problem was fixed by #982 instead, which allows both the old and the new issuer to function.

@ejona86 ejona86 closed this Feb 5, 2016
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.

None yet

2 participants