developers
Update Site
Updates site at oxd-server. If something changes in a pre-registered client, you can use this API to update your client in the OP.
post/update-site
Headers
Authorizationstring
Request body
Example request
{
"oxd_id": "6F9619FF-8B86-D011-B42D-00CF4FC964FF",
"authorization_redirect_uri": "https://client.example.org/cb",
"post_logout_redirect_uri": "https://client.example.org/cb",
"response_types": [
"code"
],
"grant_types": [
"authorization_code",
"client_credentials"
],
"scope": [
"openid"
],
"acr_values": [
"basic"
],
"contacts": [
"foo_bar@spam.org"
]
}Response
OK
Example response
{
"oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6"
}