Is it possible to get Keycloak's REST api definitions in yaml or json?
问题 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. 回答1: 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. 来源: https://stackoverflow.com/questions/56163439/is-it-possible-to-get-keycloaks-rest-api-definitions-in-yaml-or-json