-
Notifications
You must be signed in to change notification settings - Fork 4k
Refresh Token Does Not Return Nonce #2180
Comments
Isn't that statement from the spec at the time the code is being exchanged for the access & refresh token? I don't think that's at the time a refresh token is being exchanged for a new access token. |
@WilliamDenniss - Reading back through, this makes sense as to not pertaining to a refresh token request |
So then can we close this issue? |
Agreed. This is how Google has implemented it too. When the point was raised earlier, I thought the error was on the authorization_code exchange, not refresh_token. Looking at the spec, it is a little ambiguous, but I think the intention is that it's only the code exchange (and that's how everyone has implemented it). Thanks for the discussion! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue / Steps to reproduce the problem
Calling Refresh Token with a nonce in the request does not return a nonce.
OpenID Connect Core Section 2 states:
Relevant parts of the log file
The text was updated successfully, but these errors were encountered: