mirror of
https://github.com/tale/headplane.git
synced 2026-08-31 17:28:14 +00:00
fix: accept the full discovered oidc configuration
This commit is contained in:
@@ -200,6 +200,7 @@ async function discoveryCoalesce(
|
|||||||
|
|
||||||
const oidcClient = new oidc.Configuration(
|
const oidcClient = new oidc.Configuration(
|
||||||
{
|
{
|
||||||
|
...metadata,
|
||||||
issuer: config.issuer,
|
issuer: config.issuer,
|
||||||
authorization_endpoint,
|
authorization_endpoint,
|
||||||
token_endpoint,
|
token_endpoint,
|
||||||
|
|||||||
Reference in New Issue
Block a user