keycloak-scim/adapters/oidc/cli-sso
2017-08-28 15:46:22 +02:00
..
src/main/java/org/keycloak/adapters token exchange 2017-07-28 16:15:39 -04:00
login.sh token exchange 2017-07-28 16:15:39 -04:00
logout.sh token exchange 2017-07-28 16:15:39 -04:00
pom.xml Set version to 3.4.0.CR1-SNAPSHOT 2017-08-28 15:46:22 +02:00
README.md fix readme file 2017-07-28 16:21:33 -04:00

CLI Single Sign On

This java-based utility is meant for providing Keycloak integration to command line applications that are either written in Java or another language. The idea is that the Java app provided by this utility performs a login for a specific client, parses responses, and exports an access token as an environment variable that can be used by the command line utility you are accessing.