Management API
...
OAuth
Get Client
1 min
show customer oauth client information url /api/v1/customers/{id}/client method get success response code 200 ok content examples { "id" "6d9103f8 aa66 4927 9680 678c42b02e2a", "clientid" "auth customer 1", "name" "auth customer 1", "description" "", "rooturl" "https //api licensespring com", "adminurl" "https //api licensespring com", "baseurl" "https //api licensespring com", "surrogateauthrequired" false, "enabled" true, "alwaysdisplayinconsole" false, "clientauthenticatortype" "client secret", "secret" "clientsecret", "redirecturis" \[ "https //api licensespring com/ " ], "weborigins" \[ "+" ], "notbefore" 0, "beareronly" false, "consentrequired" false, "standardflowenabled" true, "implicitflowenabled" true, "directaccessgrantsenabled" true, "serviceaccountsenabled" true, "authorizationservicesenabled" true, "publicclient" false, "frontchannellogout" true, "protocol" "openid connect", "attributes" { "realm client" "false", "oidc ciba grant enabled" "false", "client secret creation time" "1756293587", "backchannel logout session required" "true", "post logout redirect uris" "+", "oauth2 device authorization grant enabled" "true", "backchannel logout revoke offline tokens" "false" }, "authenticationflowbindingoverrides" {}, "fullscopeallowed" true, "nodereregistrationtimeout" 1, "protocolmappers" \[ { "id" "96bb0d76 069c 430d be03 3e80913d4a50", "name" "client ip address", "protocol" "openid connect", "protocolmapper" "oidc usersessionmodel note mapper", "consentrequired" false, "config" { "user session note" "clientaddress", "id token claim" "true", "introspection token claim" "true", "access token claim" "true", "claim name" "clientaddress", "jsontype label" "string" } }, { "id" "20ad3852 e836 48ad a290 e11b464876aa", "name" "client id", "protocol" "openid connect", "protocolmapper" "oidc usersessionmodel note mapper", "consentrequired" false, "config" { "user session note" "client id", "id token claim" "true", "introspection token claim" "true", "access token claim" "true", "claim name" "client id", "jsontype label" "string" } }, { "id" "e398037b 9769 4fab bea2 2432f025d8e8", "name" "client host", "protocol" "openid connect", "protocolmapper" "oidc usersessionmodel note mapper", "consentrequired" false, "config" { "user session note" "clienthost", "id token claim" "true", "introspection token claim" "true", "access token claim" "true", "claim name" "clienthost", "jsontype label" "string" } } ], "defaultclientscopes" \[ "web origins", "acr", "roles", "profile", "basic", "email" ], "optionalclientscopes" \[ "address", "phone", "offline access", "microprofile jwt" ], "access" { "view" true, "configure" true, "manage" true } }