Merge pull request #18496 from karthik-prabhu-k/master

Support for configuring Token Endpoint Auth Method for OIDC Provider
This commit is contained in:
Ben Lambert
2023-07-04 11:17:52 +02:00
committed by GitHub
5 changed files with 16 additions and 0 deletions
+1
View File
@@ -237,6 +237,7 @@ check the App Registration you created:
- `metadataUrl`: In Overview > Endpoints tab, grab OpenID Connect metadata document URL.
- `authorizationUrl` and `tokenUrl`: Open the `metadataUrl` in a browser, that json will
hold these 2 urls somewhere in there.
- `tokenEndpointAuthMethod`: Don't define it, use the default unless you know what it does.
- `tokenSignedResponseAlg`: Don't define it, use the default unless you know what it does.
- `scope`: Only used if we didn't specify `defaultScopes` in the provider's factory,
basically the same thing.