(deployment client-conf)
take a keycloak configuration as EDN and return a KeycloakDeployment object
take a keycloak configuration as EDN and return a KeycloakDeployment object
(deployment-for-realms keycloak-client
keycloak-app-server-url
client-name
realms-name)
Given an keycloak client with admin priv., an array of realm name, retrieve the secrets and build dynamically a map with realm-name as key and the keycloak deployment as value, useful for large number of realms and multi-tenant applications, otherwise define them statically
Given an keycloak client with admin priv., an array of realm name, retrieve the secrets and build dynamically a map with realm-name as key and the keycloak deployment as value, useful for large number of realms and multi-tenant applications, otherwise define them statically
(extract access-token)
return a map with :user and :roles keys with values extracted from the Keycloak access token along with all the props of the AccessToken bean
return a map with :user and :roles keys with values extracted from the Keycloak access token along with all the props of the AccessToken bean
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |