Fixed oauth2 callback url

This commit is contained in:
Willi Schönborn 2021-03-26 11:35:50 +01:00
parent 8baef769d9
commit 78c47fc598
No known key found for this signature in database
GPG key ID: 1261358604AE1A0F

View file

@ -47,7 +47,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addon
![Register OAuth2 Application](images/register-oauth-app.png) ![Register OAuth2 Application](images/register-oauth-app.png)
- 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`
![Register OAuth2 Application](images/register-oauth-app-2.png) ![Register OAuth2 Application](images/register-oauth-app-2.png)