Skip to content

testOidcConnection

POST
/api/v1/settings/oidc/test
curl --request POST \
--url http://127.0.0.1:58259/api/v1/settings/oidc/test \
--header 'Content-Type: application/json' \
--data '{ "providerName": "example", "clientId": "example", "clientSecret": "example", "issuerUri": "example", "scopes": "example", "claimMapping": { "username": "example", "name": "example", "email": "example", "groups": "example" } }'
Media type application/json
object
providerName
string
clientId
string
clientSecret
string
issuerUri
string
scopes
string
claimMapping
object
username
string
name
string
email
string
groups
string
Example generated
{
"providerName": "example",
"clientId": "example",
"clientSecret": "example",
"issuerUri": "example",
"scopes": "example",
"claimMapping": {
"username": "example",
"name": "example",
"email": "example",
"groups": "example"
}
}

OK

Media type */*
object
success
boolean
checks
Array<object>
object
name
string
status
string
Allowed values: PASS FAIL WARN SKIP
message
string