Configure Microsoft Entra ID application
- Last UpdatedApr 16, 2026
- 1 minute read
To configure Microsoft Entra ID as Identity Provider:
-
After the application is registered, select Add a Redirect URI from the Essentials area of the page.

-
Under Platform configurations, select Add a platform.
-
In the Configure platforms pane, select Web.
-
Enter the Redirect URIs in the following format: https://{FQDN}/identitymanager/signin-azuread
where FQDN is the fully qualified domain name of the machine on which AVEVA Identity Manager is installed (for example, full computer name, in the format <computer name>.<domain>). The URL is case- sensitive and must match the case of the applications's URL path.
Note: If AVEVA Identity Manager does not use the default port 443, the port number must be included in the redirect URI (https://{FQDN}:{port}/identitymanager/signin-azuread).