ccouzens / keycloak-openapi

OpenAPI definitions for Keycloak's Admin API
168 stars 66 forks source link

OpenAPI spec file for Keycloak account API #31

Closed xgp closed 1 year ago

xgp commented 1 year ago

I don't know if you want to include this, but I made a pass at an OpenAPI spec file for Keycloak account API:

https://gist.github.com/xgp/2d77cbebc6164160faae6aa77d127a57

Based on the code here: https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/services/resources/account/AccountRestService.java

This would be useful for anyone building a custom account console, or building account info/editing into their application.

Let me know if you want to add this, and I'll put together a PR for it.

ccouzens commented 1 year ago

Hey xgp,

Yeah, I'd be happy to include it.

I don't mind if it goes in this repo, or if it's a link and description in my readme to your repo or GitHub gist.

Thanks, Chris