miniature-boots-86061
10/28/2022, 6:35 PMmagnificent-energy-493
miniature-boots-86061
10/31/2022, 9:47 AMmagnificent-energy-493
miniature-boots-86061
10/31/2022, 10:25 AMmagnificent-energy-493
miniature-boots-86061
10/31/2022, 11:41 AM/clients
API-POST <https://auth.my>_domain/clients
Error: Invalid URI "https:///admin/clients". This can be caused by a crappy redirection
.miniature-boots-86061
10/31/2022, 11:45 AM{
"client_id": "myclient-1.0",
"client_name": "my_client-1.0",
"redirect_uris": [
"<https://somedomain/callback/>"
],
"grant_types": [
"authorization_code",
"refresh_token"
],
"response_types": [
"code",
"id_token"
],
"scope": "openid offline",
"audience": [],
"owner": "",
"policy_uri": "",
"allowed_cors_origins": [],
"tos_uri": "",
"client_uri": "",
"logo_uri": "",
"contacts": [],
"client_secret_expires_at": 0,
"subject_type": "public",
"jwks": {},
"token_endpoint_auth_method": "client_secret_post",
"userinfo_signed_response_alg": "none",
"created_at": "2022-01-31T17:29:33Z",
"updated_at": "2022-01-31T17:29:32.760925Z",
"metadata": {}
}
magnificent-energy-493
https:///admin/clients
but that is not a valid URI
Also This can be caused by a crappy redirection
Please check all redirects and if the flow ends up where it is supposed to end upminiature-boots-86061
10/31/2022, 12:09 PM