MicroStrategy ONE
Integrate OIDC Support with Ping
This procedure provides instructions for integrating MicroStrategy Web with Ping. For more information, see the Ping documentation.
Create an Application
- Log in as a Ping administrator and connect to the desired environment console.
- Go to Connection and click Add Application.
- Select WEB APP as the Application type.
- Select Configure OIDC as Connection type.
- Enter the Application name.
- Enter the Redirect URIs. This is the MicroStrategy deployment path followed by
“/auth/oidc/login”
. For example.,https://env-xxxxxx.customer.cloud.microstrategy.com:443/MicroStrategy/auth/oidc/login
. - On Grant Resource Access to Your Application page, click the drop-down next to Filtered By and select openid.
- Add all four scopes including address, email, phone, and profile.
- Click Next followed by Save and Close.
- Enable the application.
- Take note of the Client ID, CLIENT SECRET, and ISSUER under the Configuration tab. You will need this information later to configure MicroStrategy with the Ping application.