You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an enhancement request to make java-saml support multiple Assertion Consumer Services.
This means:
the ability to configure multiple ACSes (URL and binding, with index and the indication of which is the default one) in the settings, with corresponding metadata rendering
the ability to select which ACS the response should be targeted to when creating an AuthnRequest
I can provide a PR for this. Here is a preview: mauromol@54a1459
It's not ready for opening a PR though, because the work is based on previous work (mainly #307 and #315).
The text was updated successfully, but these errors were encountered:
mauromol
added a commit
to mauromol/java-saml
that referenced
this issue
Nov 9, 2021
This change is 100% backward compatible with the old way of specifying
just one ACS, both from a configuration and from an API point of view.
The generated metadata and AuthnRequest XMLs are also exactly the same
as before when just one ACS is specified with non-indexed properties.
FixesSAML-Toolkits#328.
This change is 100% backward compatible with the old way of specifying
just one ACS, both from a configuration and from an API point of view.
The generated metadata and AuthnRequest XMLs are also exactly the same
as before when just one ACS is specified with non-indexed properties.
FixesSAML-Toolkits#328.
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: mauromol@54a1459
It's not ready for opening a PR though, because the work is based on previous work (mainly #307 and #315).
The text was updated successfully, but these errors were encountered: