Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/console/pages/config/security/azure-ad.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ When you https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-re
** *Redirect URI*: Enter the domain where Redpanda Console is hosted followed by the `/login/callbacks/azure-ad` path. For example, `+https://console.<your-company>.com/login/callbacks/azure-ad+` or `+https://localhost:8080/login/callbacks/azure-ad+`.

+
IMPORTANT: When you configure the identity provider, make a note of the client ID and client secret. You must add these credentials to the <<edit-the-console-configuration-file, console configuration file>> so that Repanda Console can establish communication with Microsoft Entra ID.
IMPORTANT: When you configure the identity provider, make a note of the client ID and client secret. You must add these credentials to the <<edit-the-console-configuration-file, console configuration file>> so that Redpanda Console can establish communication with Microsoft Entra ID.

== Edit the console configuration file

Expand Down
Loading