From f502bc722631c51af8cc8408426263064c7e9d58 Mon Sep 17 00:00:00 2001 From: Carles Arnal Date: Thu, 7 Nov 2024 13:53:13 +0100 Subject: [PATCH] Fix oidc docs --- .../proc-configuring-registry-security-azure.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/partials/getting-started/proc-configuring-registry-security-azure.adoc b/docs/modules/ROOT/partials/getting-started/proc-configuring-registry-security-azure.adoc index 56f02854b2..76447a052e 100644 --- a/docs/modules/ROOT/partials/getting-started/proc-configuring-registry-security-azure.adoc +++ b/docs/modules/ROOT/partials/getting-started/proc-configuring-registry-security-azure.adoc @@ -48,7 +48,7 @@ IMPORTANT: You must register your {registry} application host as a *Redirect URI |`QUARKUS_OIDC_CLIENT_ID` |The client application ID for the {registry} REST API |Your Azure AD Application (client) ID obtained in step 5. For example: `123456a7-b8c9-012d-e3f4-5fg67h8i901` -|`APICURIO_OIDC_UI_CLIENT_ID` +|`APICURIO_UI_AUTH_OIDC_CLIENT_ID` |The client application ID for the {registry} web console. |Your Azure AD Application (client) ID obtained in step 5. For example: `123456a7-b8c9-012d-e3f4-5fg67h8i901` |`QUARKUS_OIDC_AUTH_SERVER_URL` @@ -73,7 +73,7 @@ IMPORTANT: You must register your {registry} application host as a *Redirect URI |`QUARKUS_HTTP_CORS_ORIGINS` |The host for your {registry} deployment for cross-origin resource sharing (CORS). |For example: `\https://test-registry.com` -|`APICURIO_OIDC_UI_REDIRECT_URL` +|`APICURIO_UI_AUTH_OIDC_REDIRECT_URI` |The host for your {registry} web console. |For example: `\https://test-registry.com/ui` |`APICURIO_AUTH_ROLE_BASED_AUTHORIZATION`