Skip to content

Commit

Permalink
Update redirect URL format in AAD App Registration instructions (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
isarns committed Jan 9, 2024
1 parent d7b3029 commit 6345962
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 6345962

Please sign in to comment.