Fix missing name id format in metadata
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -51,6 +51,9 @@ func (s *Service) serviceProvider(
|
||||
},
|
||||
},
|
||||
},
|
||||
NameIDFormats: []saml.NameIDFormat{
|
||||
saml.EmailAddressNameIDFormat,
|
||||
},
|
||||
},
|
||||
SingleSignOnServices: []saml.Endpoint{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user