Management API
...
OAuth
Get Client
1 min
show license oauth client information url /api/v1/licenses/{id}/client method get success response code 200 ok content examples { "id" "34d37bc0 95dc 4186 9b2b d1988b733bdf", "clientid" "name", "name" "name", "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" "thisissecret", "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" "1756205819", "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" "18f99bd4 29cd 4424 9cb0 59a4aae2bc76", "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" "bded44dc 1446 4906 86d2 9d57db208857", "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" "e8f32f07 c323 4ce3 a046 82b4b679bf2e", "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", "profile", "roles", "basic", "email" ], "optionalclientscopes" \[ "address", "phone", "offline access", "microprofile jwt" ], "access" { "view" true, "configure" true, "manage" true } }