Use REST API to execute the Agama Flow #8808
Replies: 3 comments 4 replies
-
Hi @tatashidayat, thanks for visiting Janssen Server discussions .. 🤝 If it is an interactive authentication flow, then you would require a browser. Tagging @yuriyz for confirmation. You may use automation tools like Selenium or any other to automate the browser agent response. |
Beta Was this translation helpful? Give feedback.
-
by design agama flows are web flows, ie. require a web browser or similar client ...however, there is no restriction on the output's content type of templates - they can produce html, json, text, xml, etc... so this opens some possibility to go beyond the web browser If you could provide an example of what you want to achieve, we might give you a deeper insight |
Beta Was this translation helpful? Give feedback.
-
For backchannel authn, the right now the best way is to use the Authn Challenge endpoint interception script. This invokes the OAuth First Party Native Authn flow, which is like a backchannel code flow (i.e. multistep interaction which returns a code if successful). Maybe next year we'll extend Agama to cover the Authn Challenge endpoint. |
Beta Was this translation helpful? Give feedback.
-
Hi team,
I'm trying to use agama flow and success run the flow, but it needs browser to render the html.
I am wondering is there a way to execute the Agama Flow by using REST API only?
Thanks,
Tatas
Beta Was this translation helpful? Give feedback.
All reactions