keycloak-configurable-token-api
keycloak-configurable-token-api copied to clipboard
This Custom Keycloak REST API provides an extra endpoint to request a token that can override default configuration.
Results
1
keycloak-configurable-token-api issues
Sort by
recently updated
recently updated
newest added
I've tried the following docker command to run, docker run -p 8080:8080/tcp -p 8443:8443/tcp -e KEYCLOAK_LONG_LIVED_ROLE_NAME=long_lived_token -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin kc-longlive:latest POST http://localhost:8080/auth/realms/platform-realm/configurable-token { "tokenLifespanInSeconds": 63113904 } where kc-longlive:latest is...