Skip to content

Commit

Permalink
other(portal): Extend AT lifespan to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
embesozzi committed Oct 14, 2023
1 parent f57bd09 commit b81786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/initialize-poc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ echo "Creating PoC Users, Role Model, User Role Assigments and Clients"


# Clients
/opt/keycloak/bin/kcadm.sh create clients -r master -s clientId=portal -s publicClient=true -s 'redirectUris=["http://store:9090/callback"]' -s 'webOrigins=["http://store:9090"]' -s 'attributes={ "post.logout.redirect.uris": "http://store:9090/home?action=logout"}' -o
/opt/keycloak/bin/kcadm.sh create clients -r master -s clientId=portal -s publicClient=true -s 'redirectUris=["http://store:9090/callback"]' -s 'webOrigins=["http://store:9090"]' -s 'attributes={ "post.logout.redirect.uris": "http://store:9090/home?action=logout", "access.token.lifespan": 3600}' -o


0 comments on commit b81786e

Please sign in to comment.