diff --git a/libs/auth/oauth.go b/libs/auth/oauth.go index 0777cf51..899d8e87 100644 --- a/libs/auth/oauth.go +++ b/libs/auth/oauth.go @@ -201,18 +201,7 @@ func (a *PersistentAuth) oauth2Config() (*oauth2.Config, error) { // taxonomy of all scopes ready and implemented. scopes := []string{ "offline_access", - "unity-catalog", - "accounts", - "clusters", - "mlflow", - "scim", - "sql", - } - if a.AccountID != "" { - scopes = []string{ - "offline_access", - "accounts", - } + "all-apis", } endpoints, err := a.oidcEndpoints() if err != nil {