From 202d79945d1108ccf5a7b6116db51e7e0c858730 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Thu, 16 Sep 2021 15:53:14 +0200 Subject: [PATCH] add notes --- docs/ocis/deployment/kubernetes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/ocis/deployment/kubernetes.md b/docs/ocis/deployment/kubernetes.md index d2d5c7a7d..a655e1057 100644 --- a/docs/ocis/deployment/kubernetes.md +++ b/docs/ocis/deployment/kubernetes.md @@ -230,7 +230,12 @@ index fbc229c..5b36fbd 100644 targetPort: 9100 ``` -NOTE: the IDP has to be properly configure with an oCIS realm and a `web` client configured. There are example config file that have to be adjusted depending on your environment on our [docker-compose examples](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_keycloak/config/keycloak). +NOTE: The IDP has to be properly configure with an oCIS realm and a `web` client configured. There are example config file that have to be adjusted depending on your environment on our [docker-compose examples](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_keycloak/config/keycloak). + +You might still need to adjust the IDP: + +- Valid Redirect URIs (under clients > web) +- Web Origins (under clients > web) ## What is GCP