Skip to content

Commit

Permalink
Merge pull request #6994 from whiskeysierra/patch-1
Browse files Browse the repository at this point in the history
Fixed oauth2 callback url
  • Loading branch information
k8s-ci-robot authored May 4, 2021
2 parents c17506b + 78c47fc commit 8dcf172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/auth/oauth-external-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addon
![Register OAuth2 Application](images/register-oauth-app.png)

- Homepage URL is the FQDN in the Ingress rule, like `https://foo.bar.com`
- Authorization callback URL is the same as the base FQDN plus `/oauth2`, like `https://foo.bar.com/oauth2`
- Authorization callback URL is the same as the base FQDN plus `/oauth2/callback`, like `https://foo.bar.com/oauth2/callback`

![Register OAuth2 Application](images/register-oauth-app-2.png)

Expand Down

0 comments on commit 8dcf172

Please sign in to comment.