-
Notifications
You must be signed in to change notification settings - Fork 842
feat: merge openid-configuration and metdata #1068
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi, We are using this library, and facing some issue after this change, because we assumed that the 'injected' metadata has precedence over the 'openid-configuration'. Is there a way the force this behavior? |
I suggests solution #1295 which save this behaviour and avoid mentioned issue after this change. Customisation of providers configuration here is also necessary. |
Sorry @dopry -- I had to change how your PR worked. I added a new |
no worries! I was just scratching my own itch at the time. |
Merge the .well-known/openid-configuration over any injected configuration in settings.metadata to allow clients to specify properties missing in their OIDC servers openid-configuration. This is specifically to make life easier with Auth0 or other poorly implemented OIDC servers while waiting on them to get their acts together.
applies to #1067