developers
Get Client Token
Gets Client Token
post/get-client-token
Request body
Example request
{
"op_configuration_endpoint": "https://op.example.com/acme/.well-known/openid-configuration",
"op_host": "https://<ophostname>",
"op_discovery_path": "/oxauth",
"scope": [
"openid"
],
"client_id": "@!1736.179E.AA60.16B2!0001!8F7C.B9AB!0008!A2BB.9AE6.5F14.B387",
"client_secret": "f436b936-03fc-433f-9772-53c2bc9e1c74"
}Response
OK
Example response
{
"scope": [
"openid",
"oxd"
],
"access_token": "b75434ff-f465-4b70-92e4-b7ba6b6c58f2",
"expires_in": 299
}