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
Should be specify mulitple SingleLogoutService bindings. This would be incorporated into Saml2LogoutRequestFilter, Saml2LogoutResponseFilter and OpenSamlMetadataResolver.
Current Behavior
RelyingPartyRegistration only support adding a single singleLogoutServiceBinding.
Context
Trying to migrate off of Spring SAML Extension. Existing behavior in the Spring SAML Extension allows support for multiple SLO bindings.
Have not identified a workaround. This is preventing us from migrating since we currently support both REDIRECT and POST bindings for the SingleLogoutService and are unable to migrate all customers to utilize a single binding.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Should be specify mulitple SingleLogoutService bindings. This would be incorporated into Saml2LogoutRequestFilter, Saml2LogoutResponseFilter and OpenSamlMetadataResolver.
Current Behavior
RelyingPartyRegistration only support adding a single singleLogoutServiceBinding.
Context
Trying to migrate off of Spring SAML Extension. Existing behavior in the Spring SAML Extension allows support for multiple SLO bindings.
Have not identified a workaround. This is preventing us from migrating since we currently support both REDIRECT and POST bindings for the SingleLogoutService and are unable to migrate all customers to utilize a single binding.
The text was updated successfully, but these errors were encountered: