You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Feb 16, 2016, at 7:24 AM, José F. Romaniello [email protected] wrote:
I added support for this, you can pass a list of valid issuers now:
issuer: [ "https://accounts.google.com", "accounts.google.com" ]
—
Reply to this email directly or view it on GitHub #163 (comment).
First, thank you for providing the module, saved me a lot of time.
According to https://developers.google.com/identity/protocols/OpenIDConnect?hl=en#prompt
Google allows for two possible values. In the verify method the code can only check for one possible value:
Is this a problem? or am I missing something.
The fix would be to treat iss similar to aud in the verify method. Should iss be treated similar to aud?
Thanks.
The text was updated successfully, but these errors were encountered: