Azure OIDC Setup Guide for EXI
Azure App Setup Instructions
-
Go to the https://portal.azure.com/ to create an Applications.
-
Click on App registrations.
-
Select New Registration in the next screen.
Configure the application
- Specify a name for the application. We recommend using your
Employee Experience Insights
. - Configure the application.
- Choose
Accounts in this organizational directory only
. - Select
Web
. - Use
https://insights.moveworks.com/login/sso/oidc
as the Sign-in redirect URL.- For Govcloud implementations, use:
https://insights.moveworksgov.com/login/sso/oidc
- For Govcloud implementations, use:
- Choose
Select options as shown below.
Generate idp_secret
idp_secret
- Go to Certificates & secrets on the left.
- Click New client secret.
- Add Description and Expires. 24 months is our recommended option to go with as it is the longest time possible. You can have multiple secrets at once, so before one expires you can create another for a seamless cutover.
Once the secret is created, copy the value and send it to your Moveworks Customer Success team. Note that this value is only accessible at the time of creation. You will need to create a new one if the previous one isn’t saved before leaving the page.

Grant tenant level user consent to the app
- Go to Azure Active Directory.
- Go to Enterprise Application under Manage.
- Find the application just created and open.
- Go to Permissions and click Grant admin consent for .
Send information back to your Moveworks Customer Success team
- Your Moveworks Customer Success team should send you an encrypted email to obtain the following information:
- IDP Client ID
- IDP Issuer
- IDP Secret (saved locally in the previous steps)
- Obtain this information via the following methods:
- IDP Client ID
- IDP issuer
- IDP Secret (saved locally in the previous step)
- IDP Client ID
- Obtain this information and reply to the encrypted email from your Customer Support team.
Updated about 1 month ago