mirror of
https://github.com/bitwarden/server
synced 2025-12-22 19:23:45 +00:00
Update ACS path to embed Organization ID (#955)
This commit is contained in:
@@ -340,7 +340,7 @@ namespace Bit.Core.Business.Sso
|
||||
var spOptions = new SPOptions
|
||||
{
|
||||
EntityId = spEntityId,
|
||||
ModulePath = config.BuildSaml2ModulePath(),
|
||||
ModulePath = config.BuildSaml2ModulePath(null, name),
|
||||
NameIdPolicy = new Saml2NameIdPolicy(allowCreate, GetNameIdFormat(config.SpNameIdFormat)),
|
||||
WantAssertionsSigned = config.SpWantAssertionsSigned,
|
||||
AuthenticateRequestSigningBehavior = GetSigningBehavior(config.SpSigningBehavior),
|
||||
|
||||
Reference in New Issue
Block a user