Add required groups scope to defaults

This commit is contained in:
Kevin Kreitner 2023-10-18 10:15:02 +02:00 committed by Jan Larwig
parent 1fbf6e551a
commit 58bc09833e
No known key found for this signature in database
GPG Key ID: C2172BFA220A037A
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var _ Provider = (*CIDAASProvider)(nil)
const ( const (
CidaasProviderName = "CIDAAS" CidaasProviderName = "CIDAAS"
CidaasGroupName = "cidaas" CidaasGroupName = "cidaas"
CidaasDefaultScope = "openid email profile roles" CidaasDefaultScope = "openid email profile roles groups"
) )
// NewCIDAASProvider initiates a new CIDAASProvider // NewCIDAASProvider initiates a new CIDAASProvider