Update OpenID Connect App
Select
SaaS
Customer Managed
Update OpenID Connect App
- application/json
Request Body
- opType integer
Default value:
1
opType 1=create, 2=delete and 3=update
clientThirdPartyApps object[]
ThirdParty APP Details
appType integer requiredDefault value:
5
AppType is 5 for openID
appName string requiredName of the openID App
appDisplayName stringDisplay name of the app
appDescription stringApp Description
isEnabled booleanFlag to enable/disable the app
assocTree object[]
Add the List of associations for the openId app
userName stringUsername
userGroupName stringUsergroup Name
providerDomainName stringIdentityProvider Domain Name or Compamy Name
providerId integerCompany ID. Provider ID 1 for commcell
props object
Properties of the OpenID
nameValues object[] required
List of name value pairs for the openid properties
name string requiredPossible values: [
clientId
,clientSecret
,endPointUrl
,webConsoleUrls
]Property name to be added
value stringValue of that property
values string[]Use array of values for multiple values for the property
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object
errorString stringerrorCode integer
{
"error": {
"errorString": "string",
"errorCode": 0
}
}
{
"error": {
"errorString": "",
"errorCode": 0
}
}
Loading...