You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy-and-configure/configuration/production-ready-settings/index.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,44 @@ As stated in the [Keycloak Server Administration Guide](https://www.keycloak.org
13
13
14
14
> Make your registered redirect URIs as specific as possible. Registering vague redirect URIs for Authorization Code Flows may allow malicious clients to impersonate another client with broader access.
15
15
16
-
Corporate Memory uses the `cmem` client to authenticate against Keycloak, so adjust the **Valid Redirect URIs**field for this client.
16
+
Corporate Memory uses the `cmem` client to authenticate against Keycloak, so adjust the **Valid Redirect URIs**and **Valid Logout Redirect URIs** fields for this client.
17
17
18
18
Select`cmem` realm, then **Clients** → `cmem` and enter your deploy URL, e.g., `https://cmem.example.net/*`.
19
+
As valid-logout-redirect-uri we suggest the base basic URL of your deployment. e.g. `https://cmem.example.net/`.
20
+
Once you restrict these URLs in Keycloak you might see error messages in your keycloak log indicating that those redirect uri's are not valid.
0 commit comments