1
0
mirror of https://github.com/bitwarden/server synced 2025-12-22 19:23:45 +00:00

Revert "[PM-3504] Return early for SAML auths (#3215)" (#3234)

This reverts commit 27ba3069b2.
This commit is contained in:
Jake Fink
2023-08-28 14:54:01 -04:00
committed by GitHub
parent 27ba3069b2
commit 626f7977d1
2 changed files with 1 additions and 206 deletions

View File

@@ -415,7 +415,7 @@ public class DynamicAuthenticationSchemeProvider : AuthenticationSchemeProvider
};
options.IdentityProviders.Add(idp);
return new DynamicAuthenticationScheme(name, name, typeof(Saml2BitHandler), options, SsoType.Saml2);
return new DynamicAuthenticationScheme(name, name, typeof(Saml2Handler), options, SsoType.Saml2);
}
private NameIdFormat GetNameIdFormat(Saml2NameIdFormat format)