Is it possible somehow to get openapi (or swagger) definitions for Keycloak's REST endpoints in yaml or json format?
Everything I could find was documentation.
Is it possible somehow to get openapi (or swagger) definitions for Keycloak's REST endpoints in yaml or json format?
Everything I could find was documentation.
There are some user-contributed definitions in this PR:
https://github.com/keycloak/keycloak/pull/5198
(1, 2)
but no official OpenAPI definition yet. Follow this issue for updates.