currently the response_binding kwarg is not computed properly. request/op_setup() is either expecting it from somewhere (flows.yaml) or computing it from idp metadata -> this does not make sense.
Action
default to create AuthnRequest without ACS (-> patch pysaml2)
implement passing of AuthnRedirectRequest -> set_request_args -> response_binding from flows.yaml
currently the response_binding kwarg is not computed properly. request/op_setup() is either expecting it from somewhere (flows.yaml) or computing it from idp metadata -> this does not make sense.
Action