identinetics / saml2test2

Saml2 verification tool based on the aatest framework
Other
3 stars 0 forks source link

specify response binding for a test #68

Closed rhoerbe closed 7 years ago

rhoerbe commented 8 years ago

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

  1. default to create AuthnRequest without ACS (-> patch pysaml2)
  2. implement passing of AuthnRedirectRequest -> set_request_args -> response_binding from flows.yaml
rhoerbe commented 7 years ago

fixed with pysaml2 fork