get https://{hostname}//config/clients/
Returns information about the specified OpenID Connect client.
Responses
Returns information about the specified OpenID Connect client.
xxxxxxxxxx
curl --request GET \
--url https://hostname/customerId/config/clients/oidcClientId \
# Add Authorization header to this snippet
--header 'accept: application/json'
xxxxxxxxxx
21{
"id": "d0fb7483-46b1-43b6-b754-daba398380f2",
"name": "Self-Study Public Client",
"redirectURIs": [
"http://localhost",
"http://localhost:3001/redirect_uri",
"https://openidconnect.net/callback",
"https://oidc-playground.akamai.com/redirect_uri"
],
"loginPolicy": "ad2cad34-e06f-463e-a43f-b5c8af0ee965",
"tokenPolicy": "5a1e3d0e-7a57-48ce-aa9c-b303345f5747",
"type": "public",
"_links": {
"self": {
"href": "/config/e0a70b4f-1eef-4856-bcdb-f050fee66aae/clients/d0fb7483-46b1-43b6-b754-daba398380f2"
},
"application_client": {
"href": "/config/79y4mqf2rt3bxs378kw5479xdu/clients/ja695m5n6quhdevc3qugu4f557yvxrhs"
}
}
}