diff --git a/internal/auth/oauth/openid.go b/internal/auth/oauth/openid.go index 8731ce3..ffa17f2 100644 --- a/internal/auth/oauth/openid.go +++ b/internal/auth/oauth/openid.go @@ -25,6 +25,7 @@ func (p *OIDCProvider) RegisterProvider() error { "openid", "email", "profile", + config.C.OIDCGroupClaimName, ) if err != nil {