This message was deleted.
# python
s
This message was deleted.
e
Surprisingly this seems to be completely undocumented by keycloak! It looks like the simplest way to do this is to edit things in the keycloak console, then use the rest api to see what the console set the value to (
GET <KEYCLOAK_HOST>/auth/admin/realms/<YOUR_REALM>
) and then copy that to your program.
m
Yeah or u can export the entire realm config and search for the right keyword. More layers of abstraction, more places to search, and the less u find 🙂