authentik
authentik copied to clipboard
how to work with flow-executor
Hollow everyone Im trying to configure something like that https://github.com/goauthentik/authentik/issues/3510
But i can't understand how to work with flow-executor Have anyone guides or examples for it?
I got executor parameters by inspector (in authentik or in browser) and it's working now in "API Browser"
for me:

BUT i still can't make it work by postman or python
in python every time in post request i had result like get request

in postman the same response maybe im missing something
Sounds silly but how do you get to this inspector at all?
@MushroomSquad make sure you set up a cookie jar - https://github.com/t3chguy/homeassistant-authentik/blob/main/auth.py is a simple script which allows homeassistant command line auth via authentik
@ThroughTheN1ght @MushroomSquad @chriscarpenter12 @t3chguy Which kind of documentation/examples/procedurals would help with this?