Skip to content

Commit 3ad32fd

Browse files
committed
Correct bad name
1 parent ca82f58 commit 3ad32fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/login.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func (c LoginCommand) Execute(ctx context.Context, config *Config) error {
107107
cfg := oauth2.Config{
108108
ClientID: c.ClientID,
109109
Endpoint: prov.Endpoint(),
110-
Scopes: []string{oidc.ScopeOpenID, "profile", "okta.apps.read", "okta.apps.sso"},
110+
Scopes: []string{oidc.ScopeOpenID, "profile", "okta.apps.read", "okta.web.sso"},
111111
RedirectURL: fmt.Sprintf("http://%s", net.JoinHostPort("localhost", port)),
112112
}
113113

0 commit comments

Comments
 (0)