Keycloak
Connect Keycloak to Radiant Security to forward authentication activity for AI triage.
Last updated
Was this helpful?
Was this helpful?
# Enable the syslog handler. Use log=console,syslog to enable both console and syslog.
log=syslog
# Set the syslog endpoint (IP and port)
log-syslog-endpoint=:
# Enable JSON output format
log-syslog-output=json
# Set the log level for specific categories
log-syslog-level=org.keycloak.events:INFObin/kc.sh start --log="console,syslog" --log-syslog-endpoint=: --log-syslog-output=json --log-syslog-level="org.keycloak.events:INFO"