SAML-Toolkits / java-saml

Java SAML toolkit
MIT License
634 stars 398 forks source link

Add support for multiple Assertion Consumer Services (ACS) #328

Open mauromol opened 3 years ago

mauromol commented 3 years ago

This is an enhancement request to make java-saml support multiple Assertion Consumer Services. This means:

I can provide a PR for this. Here is a preview: https://github.com/mauromol/java-saml/commit/54a14594193ffa76f3a9ae4fa68115cc11d5efa0 It's not ready for opening a PR though, because the work is based on previous work (mainly #307 and #315).