Skip to content

Commit

Permalink
Update redirect URL format in AAD App Registration instructions (#741)
Browse files Browse the repository at this point in the history
This commit updates the redirect URL format in the Azure Active Directory (AAD) App Registration instructions.

Previously, the instructions advised users to create an application with a redirect URL following the pattern 'https://<your-kiali-url>'. This has been changed to include a specific path, resulting in the new format 'https://<your-kiali-url>/kiali'. 

This change ensures that the redirect URL is more precise and aligns with the expected routing configuration for Kiali.
  • Loading branch information
isarns committed Jan 8, 2024
1 parent adb5365 commit 44b59fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Configuration/authentication/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ Once it is enabled, your AKS panel should show the following:

Create a web application for Kiali in your Azure AD panel:

1. Go to _AAD > App Registration_, create an application with a redirect url like `\https://<your-kiali-url>`
1. Go to _AAD > App Registration_, create an application with a redirect url like `https://<your-kiali-url>/kiali`
2. Go to _Certificates & secrets_ and create a client secret.
1. After creating the client secret, take note of the provided secret. Create a
Kubernetes secret in your cluster as mentioned in the [Set-up
Expand Down

0 comments on commit 44b59fd

Please sign in to comment.