From c749a12b534b1608ee8ba7f22fb9a1581d0efcdc Mon Sep 17 00:00:00 2001 From: Noah Birrer Date: Fri, 20 Dec 2024 15:00:45 -0500 Subject: [PATCH] update `admin_domain` --- docs/dev/entra-integration.md | 2 +- docs/dev/entra-keycloak-integration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/entra-integration.md b/docs/dev/entra-integration.md index 372ff93b4..b2c6dd5e2 100644 --- a/docs/dev/entra-integration.md +++ b/docs/dev/entra-integration.md @@ -20,7 +20,7 @@ In this section, we will configure Application Registrations for each Keycloak r 1. Click "New registration". 1. Input a name for the application. 1. Under "Supported Account Types", select "Accounts in this organizational directory ( only - Single tenant)". -1. Under "Redirect URI", select "Web" from the drop down menu and then input the following as the URL: `https://keycloak.admin./realms/master/broker/azure-saml/endpoint`. +1. Under "Redirect URI", select "Web" from the drop down menu and then input the following as the URL: `https://keycloak./realms/master/broker/azure-saml/endpoint`. 1. Click "Register" when done. ![Creating Master Realm App Registration](../.images/dev/create-app-master.jpg) diff --git a/docs/dev/entra-keycloak-integration.md b/docs/dev/entra-keycloak-integration.md index 41a9584dd..b6cdc4f4e 100644 --- a/docs/dev/entra-keycloak-integration.md +++ b/docs/dev/entra-keycloak-integration.md @@ -9,7 +9,7 @@ ## Manual Configuration Steps: ### Getting Started * Log into Keycloak Admin UI - * `keycloak.admin.< domain >` + * `keycloak.< admin_domain >` * The Keycloak admin username and password varies based on how UDS Core is deployed * If deploying with the bundle override `INSECURE_ADMIN_PASSWORD_GENERATION` * The username will be `admin` and the password will be in a Kubernetes secret called `keycloak-admin-password`