By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
Add support for participant-specific bindings for SLO. The library will use the correct binding if it is specified in the SessionParticipant structure.
Testing
Set up SAML SLO with multiple participants.
Add a binding field in the participant structure with mixed values.
Trigger SAML SLO and observe that each participant gets called using its specific binding.
See the added tests for details.
[x] This change adds test coverage for new/changed/fixed functionality
Checklist
[x] I have added documentation for new/changed functionality in this PR or in auth0.com/docs
[x] All active GitHub checks for tests, formatting, and security are passing
[x] The correct base branch is being used, if not the default branch
By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
Add support for participant-specific bindings for SLO. The library will use the correct binding if it is specified in the SessionParticipant structure.
Testing
binding
field in the participant structure with mixed values.See the added tests for details.
Checklist