2016-05-26 16:09:04 +00:00
|
|
|
|
2021-03-19 21:31:19 +00:00
|
|
|
[[_microsoft]]
|
|
|
|
|
2016-05-26 16:09:04 +00:00
|
|
|
==== Microsoft
|
|
|
|
|
2021-03-22 13:20:23 +00:00
|
|
|
.Procedure
|
|
|
|
. Click *Identity Providers* in the menu.
|
2023-11-20 21:26:11 +00:00
|
|
|
. From the *Add provider* list, select *Microsoft*.
|
2021-03-22 13:20:23 +00:00
|
|
|
+
|
2021-06-17 14:39:30 +00:00
|
|
|
.Add identity provider
|
2022-10-05 18:43:15 +00:00
|
|
|
image:images/microsoft-add-identity-provider.png[Add Identity Provider]
|
2021-03-22 13:20:23 +00:00
|
|
|
+
|
|
|
|
. Copy the value of *Redirect URI* to your clipboard.
|
2023-11-06 11:32:36 +00:00
|
|
|
. In a separate browser tab, register an app on https://azure.microsoft.com/en-us/[Microsoft Azure] under *App registrations*.
|
|
|
|
.. In the Redirect URI section, select *Web* as a platform and paste the value of *Redirect URI* into the field.
|
|
|
|
.. Find you application under *App registrations* and add a new client secret in the *Certificates & secrets* section.
|
|
|
|
.. Note the *Value* of the created secret.
|
2023-11-20 21:26:11 +00:00
|
|
|
.. Note the *Application (client) ID* in the *Overview* section.
|
2023-11-06 11:32:36 +00:00
|
|
|
. In {project_name}, paste the value of the `Application (client) ID` into the *Client ID* field.
|
2023-11-20 21:26:11 +00:00
|
|
|
. In {project_name}, paste the `Value` of the secret into the *Client Secret* field.
|
2022-07-26 15:50:24 +00:00
|
|
|
. Click *Add*.
|
2022-10-05 18:43:15 +00:00
|
|
|
|