Authentication Flows - Migration Between Environments

Hi there:

We had a major issue as the ‘Authentication Flows’ were not completely added to the production environment (the pre-production was as expected).

Currently our migration of ‘Authentication Flows’ between environments is manual which is more prone to human error.

Are there ways to migrate the ‘Authentication Flows’ via other means (e.g. GIT branches, XML files, CLI etc)?

Thank you.

Hi,

May this tool GitHub - adorsys/keycloak-config-cli: Import YAML/JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak. can help to solve your issue.

Regards,

Thank you. I will check it out.