Get OIDC configuration for native clients.
GET {{baseUrl}}/api/config/oidc/native
Get OIDC configuration for native clients.
Body
PARAM
Key | Datatype | Required | Description |
applicationId
|
string | If application auth mode is enabled, specify the ID of the custom application that initiate OIDC login. | |
showAll
|
boolean | ||
fields
|
null | Comma-separated, top-level field whitelist that allows the client to selectively retrieve part of the response model. If specified, extra filtering is applied, and for top-level object (if root model is an array, each array element), only the listed fields are kept in the response. For example, "id,elements" keeps only the "id" field and whole "elements" array field, omitting all other fields in the top-level response model. |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"iams": [
{
"id": "8c1dd6a47fe84b7083becfdbb6a85536",
"issuer": "https://dev-19298591.okta.com",
"mstrIam": false,
"blockAutoProvisioning": false,
"endSessionEndpoint": "https://dev-19298591.okta.com/oauth2/v1/logout",
"nativeClientId": "0oa3q1fh8qjwcjNfZ5d7",
"redirectUri": "https://env-276686.customer.cloud.microstrategy.com/MicroStrategyLibrary/auth/oidc/login",
"scopes": [
"openid",
"profile",
"email",
"offline_access"
],
"vendor": {
"name": "Okta",
"version": "0"
},
"default": true,
"metadata_endpoint": "https://dev-19298591.okta.com/.well-known/openid-configuration",
"authorization_endpoint": "https://dev-19298591.okta.com/oauth2/v1/authorize",
"token_endpoint": "https://dev-19298591.okta.com/oauth2/v1/token",
"userinfo_endpoint": "https://dev-19298591.okta.com/oauth2/v1/userinfo",
"jwks_uri": "https://dev-19298591.okta.com/oauth2/v1/keys"
}
]
} |
ENDPOINTS