We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e050b8d + 38c7dd1 commit b27ed91Copy full SHA for b27ed91
cmd/login.go
@@ -159,7 +159,7 @@ func loginRun(cmd *cobra.Command, args []string) error {
159
}
160
161
loginURL := fmt.Sprintf(
162
- "https://signin.aws.amazon.com/federation?Action=login&Issuer=aws-vault&Destination=%s&SigninToken=%s",
+ "https://signin.aws.amazon.com/federation?Action=login&Issuer=aws-okta&Destination=%s&SigninToken=%s",
163
url.QueryEscape(destination),
164
url.QueryEscape(signinToken),
165
)
0 commit comments