keycloak-scim/adapters/oidc/kcinit
vramik 7a96911a83 KEYCLOAK-8300 KEYCLOAK-8301 Wildfly 14 upgrade
Co-authored-by: Marek Posolda <mposolda@redhat.com>
2018-10-17 20:01:07 +02:00
..
src/main kcinit 2018-03-16 12:11:57 -04:00
pom.xml KEYCLOAK-8300 KEYCLOAK-8301 Wildfly 14 upgrade 2018-10-17 20:01:07 +02:00
README.md kcinit 2018-03-16 12:11:57 -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.