1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Use OpenSAML API for web.authentication.logout

Issue gh-11658
This commit is contained in:
Josh Cummings
2024-08-05 08:37:54 -06:00
parent ff9a925e88
commit 51fc05630d
21 changed files with 1615 additions and 806 deletions
@@ -605,7 +605,7 @@ Kotlin::
----
@Component
open class MyOpenSamlLogoutResponseValidator: Saml2LogoutResponseValidator {
private val delegate = OpenSamlLogoutResponseValidator()
private val delegate = OpenSaml4LogoutResponseValidator()
@Override
fun logout(parameters: Saml2LogoutResponseValidatorParameters): Saml2LogoutResponseValidator {