feat(keycloak): set access token lifespan

This commit is contained in:
Masaki Yatsu
2025-09-19 15:16:01 +09:00
parent f4a73377c3
commit 7bc24641d8
2 changed files with 9 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ create-client *args:
# client_direct_access_grants: Whether to enable direct access grants (true/false)
# client_pkce_method: PKCE method ('S256', 'plain' or empty)
# post_logout_redirect_uris: Post logout redirect URIs (comma-separated input, converted to Keycloak ## format)
# access_token_lifespan: Access token lifespan in seconds
set -euo pipefail
export KEYCLOAK_ADMIN_USER=$(just admin-username)
export KEYCLOAK_ADMIN_PASSWORD=$(just admin-password)