miniature-boots-86061
08/09/2023, 5:13 PM{
"access_token_strategy": "",
"allowed_cors_origins": [],
"audience": [],
"authorization_code_grant_access_token_lifespan": "",
"authorization_code_grant_id_token_lifespan": "",
"authorization_code_grant_refresh_token_lifespan": "",
"backchannel_logout_session_required": true,
"backchannel_logout_uri": "",
"client_credentials_grant_access_token_lifespan": "",
"client_id": "my-client-id",
"client_name": "my_vw_dev_client-1.0",
"client_secret": "my_vw_dev_secret-1.0",
"client_secret_expires_at": 0,
"client_uri": "",
"contacts": [],
"created_at": "2023-08-09T16:50:24.254Z",
"frontchannel_logout_session_required": true,
"frontchannel_logout_uri": "",
"grant_types": [
"authorization_code",
"refresh_token"
],
"implicit_grant_access_token_lifespan": "",
"implicit_grant_id_token_lifespan": "",
"jwks": null,
"jwks_uri": "",
"jwt_bearer_grant_access_token_lifespan": "",
"logo_uri": "",
"metadata": null,
"owner": "",
"policy_uri": "",
"post_logout_redirect_uris": [
""
],
"redirect_uris": [
"<http://127.0.0.0:8000/callback/>"
],
"refresh_token_grant_access_token_lifespan": "",
"refresh_token_grant_id_token_lifespan": "",
"refresh_token_grant_refresh_token_lifespan": "",
"registration_access_token": "",
"registration_client_uri": "",
"request_object_signing_alg": "",
"request_uris": [
""
],
"response_types": ["code","id_token"],
"scope": "openid offline offline_access",
"sector_identifier_uri": "",
"skip_consent": true,
"subject_type": "public",
"token_endpoint_auth_method": "client_secret_post",
"token_endpoint_auth_signing_alg": "",
"tos_uri": "",
"updated_at": "2023-08-09T16:50:24.254Z",
"userinfo_signed_response_alg": "none"
}
Error-
{
"error": "error",
"error_description": "The error is unrecognizable"
}
I just want to create a client with basic settings for now
Thanksmagnificent-energy-493