Keycloak SSO for Kubernetes
Check the Helm information here.
Here is an example for reference, showing where to place the values in the values.yaml
file after setting up your Keycloak account and obtaining the application credentials.
Check the more information about environment variable here.
Altering the order of claims in jwtPrincipalClaims
may lead to problems when matching a user from a token with an existing user in the system. The mapping process relies on the specific order of claims, so changing it can result in inconsistencies or authentication failures, as the system cannot ensure correct user mapping with a new claim order.
Configure Ingestion
Once your server security is set, it's time to review the ingestion configuration. Our bots support JWT tokens to authenticate to the server when sending requests.
Find more information on Enabling JWT Tokens and JWT Troubleshooting to ensure seamless authentication.