mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
Attempt fix azure samlConfig
This commit is contained in:
@@ -315,6 +315,11 @@ const initializePassport = async () => {
|
||||
samlConfig.wantAuthnResponseSigned = false;
|
||||
}
|
||||
|
||||
if (ssoConfig.authProvider.toString() === AuthMethod.AZURE_SAML.toString()) {
|
||||
samlConfig.wantAuthnResponseSigned = false;
|
||||
samlConfig.audience = `spn:${await getSiteURL()}`;
|
||||
}
|
||||
|
||||
req.ssoConfig = ssoConfig;
|
||||
|
||||
done(null, samlConfig);
|
||||
|
||||
Reference in New Issue
Block a user