Uh oh!
There was an error while loading. Please reload this page.
Fix incorrect OpenIDConnect discovery url - #3607
Conversation
shilpa-padgaonkar
commented
Mar 4, 2024
@handrews : As discussed in the last call, I have made the changes to the existing PR now. Just to elaborate the changes again: The original spec had this text
The link to OpenID Connect discovery was mistakenly pointed to Oauth2 discovery specs - https://tools.ietf.org/html/draft-ietf-oauth-discovery-06. I later realized that the text (or reference) itself doesn't fit here, and it should rather be OpenID Connect Core (and not OpenID Connect Discovery) which would then refer to the link - https://openid.net/specs/openid-connect-core-1_0.html. I have now made both these changes to the existing PR. Could you kindly check? |
handrews
commented
Mar 5, 2024
@lornajane were you the one that asked for changes here? All I remember that is that it quickly exceeded my knowledge in this area. @shilpa-padgaonkar's comment makes sense to me so my approval still stands. |
OpenID Connect Core URL fix (3.1.1 port of #3607)
Fixes#3152