I attended a workshop at WJAX 2023 with dasniko in Munich and learned some first steps in working with keycloak. Now I have two more questions since we are currently thinking about using keycloak in the future.
Is configuration as code possible and are there best practices?
In the workshop we did a lot of manual configuration in the keycloak ui. I figure of course that one can use the rest api for the administration console. Are there ways of configuring clients, token settings, authentication workflows and so on in the yml thow or somewhere else? I guess you could allways write your own script that uses the rest api, right?
I think there is no build in implementation for a user registration workflow, or is there? You can yet again use the rest api of the administration console, right?
Sorry if i could have looked this up somewhere, i’m quite new to the topic.
Thanks!