Management API
...
OAuth
Get Client
1 min
show customer account oauth client information url /api/v1/customer accounts/{id}/client method get success response code 200 ok content examples { "id" "4f50e517 03f5 41fb 8b23 94f807414cab", "clientid" "auth customeraccount 1219", "name" "auth customeraccount 1219", "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" "secret", "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" { "client secret rotated creation time" "1753853304", "client secret creation time" "1753853304", "secret rotated expiration period" "604800", "client secret expiration time" "1756445304", "post logout redirect uris" "+", "oauth2 device authorization grant enabled" "true", "backchannel logout revoke offline tokens" "false", "client secret rotated expiration time" "1754458104", "secret remaining rotation period" "172800", "realm client" "false", "oidc ciba grant enabled" "false", "secret expiration period" "2592000", "backchannel logout session required" "true", "client secret rotated" "zv1hkzrgx8ibgljfekt0uyqx3pj5rreo" }, "authenticationflowbindingoverrides" {}, "fullscopeallowed" true, "nodereregistrationtimeout" 1, "protocolmappers" \[ { "id" "05421ca8 9c76 453c a06b 0f5fc68db03e", "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" } }, { "id" "e9877f79 45c4 4564 8238 bf2961a36e21", "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" "a7d416a2 20c2 4788 8864 7fa502fd4d51", "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" } } ], "defaultclientscopes" \[ "web origins", "acr", "profile", "roles", "basic", "email" ], "optionalclientscopes" \[ "address", "phone", "offline access", "microprofile jwt" ], "access" { "view" true, "configure" true, "manage" true } }