Skip to main content

Commits the last verified IDP configuration as the live IDP configuration

POST 

https://api.wayfinder.appvia.local/api/v2/idpconfig/commit

Commits the last verified IDP configuration as the live IDP configuration

Request

Body

required

No body required, anything provided will be disregarded

    allowedRedirectURLHosts string[]
    clientID string
    clientScopes string[]
    clientSecret string
    provider string

    providerParameters

    object

    property name* string
    requiredIDPGroups string[]
    serverURL string
    userClaims string[]

Responses

IDP configuration updated

curl -L 'https://api.wayfinder.appvia.local/api/v2/idpconfig/commit' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"allowedRedirectURLHosts": [
"string"
],
"clientID": "string",
"clientScopes": [
"string"
],
"clientSecret": "string",
"provider": "string",
"providerParameters": {},
"requiredIDPGroups": [
"string"
],
"serverURL": "string",
"userClaims": [
"string"
]
}'
Request Collapse all
Base URL
https://api.wayfinder.appvia.local
Auth
Body required
{
  "allowedRedirectURLHosts": [
    "string"
  ],
  "clientID": "string",
  "clientScopes": [
    "string"
  ],
  "clientSecret": "string",
  "provider": "string",
  "providerParameters": {},
  "requiredIDPGroups": [
    "string"
  ],
  "serverURL": "string",
  "userClaims": [
    "string"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!