little-dawn-70381
09/03/2023, 6:46 AMurl: localhost:4445/admin/clients
method: POST
payload:
{
"client_name": "OrganizationMS",
"client_secret": "super-secret-value",
"redirect_uris": [
"<http://localhost:4445/callback/>"
],
"grant_types": [
"authorization_code",
"refresh_token"
],
"response_types": [
"code",
"token"
],
"scope": "openid profile email",
"token_endpoint_auth_method": "client_secret_basic",
"allowed_cors_origins": [
"<http://localhost:4445/>"
],
"audience": [
"my-demo-audience"
],
"authorization_code_grant_access_token_lifespan": "30m",
"authorization_code_grant_refresh_token_lifespan": "1h",
"authorization_code_grant_id_token_lifespan": "1h",
"client_credentials_grant_access_token_lifespan": "30m",
"contacts": [
"<mailto:admin@mydemoclient.com|admin@mydemoclient.com>"
],
"skip_consent": true,
"subject_type": "public",
"token_endpoint_auth_signing_alg": "RS256"
}
response:
{
"error": "error",
"error_description": "The error is unrecognizable"
}