Skip to content

Commit 65acf39

Browse files
committed
remove url
1 parent 98e2f21 commit 65acf39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The available flags are:
8989
--assertion string claims for jwt bearer assertion
9090
--audience strings requested audience
9191
--auth-method string token endpoint authentication method
92-
--authentication-code string authentication code used for passwordless authentication: https://cloudentity.com/developers/app-dev-tutorials/identity-pools/add-passwordless-authentication/
92+
--authentication-code string authentication code used for passwordless authentication
9393
--authorization-endpoint string server's authorization endpoint
9494
--browser-timeout duration browser timeout (default 10m0s)
9595
--callback-tls-cert string path to callback tls cert pem file

cmd/oauth2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func NewOAuth2Cmd(version, commit, date string) (cmd *OAuth2Cmd) {
8989
cmd.PersistentFlags().StringVar(&cconfig.Purpose, "purpose", "", "string describing the purpose for obtaining End-User authorization")
9090
cmd.PersistentFlags().StringSliceVar(&cconfig.Prompt, "prompt", []string{}, "end-user authorization purpose")
9191
cmd.PersistentFlags().StringVar(&cconfig.MaxAge, "max-age", "", "maximum authentication age in seconds")
92-
cmd.PersistentFlags().StringVar(&cconfig.AuthenticationCode, "authentication-code", "", "authentication code used for passwordless authentication: https://cloudentity.com/developers/app-dev-tutorials/identity-pools/add-passwordless-authentication/")
92+
cmd.PersistentFlags().StringVar(&cconfig.AuthenticationCode, "authentication-code", "", "authentication code used for passwordless authentication")
9393

9494
cmd.PersistentFlags().StringVar(&sconfig.TokenEndpoint, "token-endpoint", "", "server's token endpoint")
9595
cmd.PersistentFlags().StringVar(&sconfig.AuthorizationEndpoint, "authorization-endpoint", "", "server's authorization endpoint")

0 commit comments

Comments
 (0)