community.general/changelogs/fragments/9494-keycloak-modules-retry-request-on-authentication-error.yaml
2025-01-27 07:05:49 +01:00

2 lines
414 B
YAML

minor_changes:
- keycloak_* modules - ``refresh_token`` parameter added. When multiple authentication parameters are provided (``token``, ``refresh_token``, and ``auth_username``/``auth_password``), modules will now automatically retry requests upon authentication errors (401), using in order the token, refresh token, and username/password (https://github.com/ansible-collections/community.general/pull/9494).