diff --git a/pkg/auth/idp/oauth2/config.go b/pkg/auth/idp/oauth2/config.go index 5a769cc4b..b90bdb3c1 100644 --- a/pkg/auth/idp/oauth2/config.go +++ b/pkg/auth/idp/oauth2/config.go @@ -37,6 +37,7 @@ type ProviderConfig struct { Userinfo bool RedirectCallbackDynamic bool RedirectCallback string + RoleArn string // can be empty } // GetStateKeyFunc - return the key function used to generate the authorization