mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-24 05:00:19 +02:00
Make sure the skip to idp is pulled
This commit is contained in:
@@ -225,7 +225,7 @@ export async function getResourceAuthInfo(
|
|||||||
wildcard: resource.wildcard ?? false,
|
wildcard: resource.wildcard ?? false,
|
||||||
fullDomain: resource.fullDomain,
|
fullDomain: resource.fullDomain,
|
||||||
whitelist: effectivePolicy?.emailWhitelistEnabled ?? false,
|
whitelist: effectivePolicy?.emailWhitelistEnabled ?? false,
|
||||||
skipToIdpId: resource.skipToIdpId,
|
skipToIdpId: effectivePolicy?.idpId ?? resource.skipToIdpId,
|
||||||
orgId: resource.orgId,
|
orgId: resource.orgId,
|
||||||
postAuthPath: resource.postAuthPath ?? null
|
postAuthPath: resource.postAuthPath ?? null
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user