GET OpenID Connect App
Select
SaaS
Customer Managed
Returns a list of Identity Providers
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Get O I D C Apps
Schema
clientThirdPartyApps object[]
createAsCompanyName stringflags integercreateAsCompanyId integerappType integerappId integerappKey stringappName stringappDescription stringumdsWrapperId integerisEnabled booleansamlType integererror object
errorString stringerrorCode integer
{
"clientThirdPartyApps": [
{
"createAsCompanyName": "string",
"flags": 0,
"createAsCompanyId": 0,
"appType": 0,
"appId": 0,
"appKey": "string",
"appName": "string",
"appDescription": "string",
"umdsWrapperId": 0,
"isEnabled": true,
"samlType": 0
}
],
"error": {
"errorString": "string",
"errorCode": 0
}
}
{
"clientThirdPartyApps": [
{
"createAsCompanyName": "",
"flags": 2,
"createAsCompanyId": 0,
"appType": 2,
"appId": 1,
"appKey": "1A963B56239A411",
"appName": "okta",
"appDescription": "",
"umdsWrapperId": 2,
"isEnabled": true,
"samlType": 3
},
{
"flags": 0,
"appType": 4,
"appId": 2,
"appKey": "40A9031DE411403",
"appName": "53CF8EBC-16F4-40A8-A8CB-CBC4F2ABC536",
"appDescription": "",
"isEnabled": true
}
],
"error": {
"errorString": "",
"errorCode": 0
}
}
Loading...