1
0
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:
Chad Scharf
2020-10-01 15:05:09 -04:00
committed by GitHub
parent 3b8cbe631f
commit a74778de3a
4 changed files with 10 additions and 8 deletions

View File

@@ -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),