IdentityPython / SATOSA

Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
200 stars 123 forks source link

make endpoint configuration consistent #91

Open leifj opened 7 years ago

leifj commented 7 years ago

frontend and backend saml plugins specify endpoints in different and inconsistent way

peppelinux commented 5 years ago

Hi @leifj, I think that I found a similar problem configuring my satosa instance. In particular I'd need to configure the index value (and if available also the isDefault attribute), in this:

        endpoints:
          assertion_consumer_service:
          - [<base_url>/<name>/acs/post, 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST']

I opened an issue on pySAML2 about this, see. Is this the same problem you faced, or part of it?