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,
|
||||
AcsURL: acsURL,
|
||||
SloURL: acsURL,
|
||||
AuthnNameIDFormat: saml.EmailAddressNameIDFormat,
|
||||
AllowIDPInitiated: true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user