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
Upon successful validation of the Refresh Token, the response body is the Token Response of Section 3.1.3.3 except that it might not contain an id_token.
Our setup fails to refresh tokens, simply because our IdP does not return id_token in the refresh token response.
As can be seen here, that is optional: https://openid.net/specs/openid-connect-core-1_0.html#RefreshTokenResponse
The code here, however, requires id_token:
nginx-openid-connect/openid_connect.js
Lines 85 to 92 in afa8f4c
It would be nice if id_token was not required.
The text was updated successfully, but these errors were encountered: