Need some Flow Executions API help

I have successfully automated the configuration of all my clients, client scopes/mappers, identity provider, user/group/role creations and flows with the API…

The last bit I am struggling to figure out is after creating my authentication flows is how to configure the options. For example in one of my flows I have identity provider redirector but it adds the execution to the flow as Disabled. I need to set this to Required as well as add the alias of my IDP to it.

INFO: I am currently on 21.1.1 and cannot upgrade at this time.

Easiest way to find out, is to use the admin-ui, open the browser developer console, network tab and review the requests which will be executed when doing specific things.

1 Like

That did work. I was able to configure it with the API. Thanks!