Merge pull request #6994 from whiskeysierra/patch-1
Fixed oauth2 callback url
This commit is contained in:
commit
8dcf172f88
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`
|
||||
- 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