79180956

Date: 2024-11-12 11:51:22
Score: 1
Natty:
Report link

First, make sure there really aren't public admin REST API calls exposed for your use case, by reviewing the reference at https://www.keycloak.org/docs-api/latest/rest-api/index.html

While I am not familiar with what public APIs/SPIs Keycloak actually provides, looking at the linked Javadoc, these do not appear public API/SPI. Which means that things can change without warning in the next version. Nevertheless, you should be able to implement a Keycloak extension to achieve what you need, see linked extensions for reference/inspiration: https://www.keycloak.org/extensions

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Rado