Fixed oauth2 callback url
This commit is contained in:
parent
8baef769d9
commit
78c47fc598
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addon
|
||||||

|

|
||||||
|
|
||||||
- Homepage URL is the FQDN in the Ingress rule, like `https://foo.bar.com`
|
- 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`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue