Skip to content

Commit

Permalink
update admin_domain
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpb committed Dec 20, 2024
1 parent ea516db commit c749a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev/entra-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<Your tenant name> 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.<domain>/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.<admin_domain>/realms/master/broker/azure-saml/endpoint`.
1. Click "Register" when done.

![Creating Master Realm App Registration](../.images/dev/create-app-master.jpg)
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/entra-keycloak-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c749a12

Please sign in to comment.