auth-keycloak

Register Endpoint

Minimal RFC 7591 Dynamic Client Registration (Phase-1, public PKCE client).

Request: {client_name?, redirect_uris:[...] (REQUIRED), grant_types?, token_endpoint_auth_method?:'none', scope?}. Issues a client_id (uuid4 hex) and persists it. No client_secret (public PKCE client). Registration access tokens / confidential clients / software statements are an explicit Phase-1 follow-up.

post/realms/public/protocol/openid-connect/register

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/realms/public/protocol/openid-connect/register:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.