Fix missing name id format on saml idp initiated request
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -463,6 +463,7 @@ func (s *Service) baseServiceProvider() *saml.ServiceProvider {
|
|||||||
MetadataURL: metadataURL,
|
MetadataURL: metadataURL,
|
||||||
AcsURL: acsURL,
|
AcsURL: acsURL,
|
||||||
SloURL: acsURL,
|
SloURL: acsURL,
|
||||||
|
AuthnNameIDFormat: saml.EmailAddressNameIDFormat,
|
||||||
AllowIDPInitiated: true,
|
AllowIDPInitiated: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user