Liking cljdoc? Tell your friends :D

keycloak.deployment


access-tokenclj

(access-token deployment keycloak-client username password)
source

build-deploymentclj

(build-deployment conf)

take the keycloak configuration from the :keycloak-app-xxx keys in config.edn found on the classpath or through env vars and return a KeycloakDeployment object

take the keycloak configuration from the :keycloak-app-xxx keys in config.edn found on the classpath or through env vars and return a KeycloakDeployment object
sourceraw docstring

deployment-for-realmsclj

(deployment-for-realms keycloak-client
                       keycloak-app-server-url
                       client-name
                       realms-name)

take an array of realm name and return a map with realm-name as key and the keycloak deployment as value build dynamically with the admin client

take an array of realm name and return a map with realm-name as key and the keycloak deployment as value build dynamically with the admin client
sourceraw docstring

extractclj

(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
sourceraw docstring

keycloak-backend-configclj

(keycloak-backend-config keycloak-app-server-url client-name)
source

verifyclj

(verify deployments realm-name token)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close