Keycloak to IndieAuth translator (mirror of https://git.jbc.lol/jbcrn/KcIA)
at main 10 lines 415 B view raw
1# Your Keycloak config. Please also read the README because this requires you to add a custom 'website' scope. 2KC_URL = https://keycloak.example.com 3KC_REALM = indieauth 4KC_ADMIN_CLIENT_ID = kcia-admin 5KC_ADMIN_CLIENT_SECRET = YOUR_KEYCLOAK_ADMIN_SECRET 6 7# Some KcIA config things. 8# I do recommend putting this on a reverse proxy as that is the only tested thing. 9KCIA_PORT = 5242 10KCIA_HOST = indieauth.example.com