Saml2LogoutDsl

A Kotlin DSL to configure HttpSecurity SAML2 logout using idiomatic Kotlin code.

Author

Josh Cummings

Since

6.3

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

the logout page to begin the SLO redirect flow

Link copied to clipboard
var relyingPartyRegistrationRepository: RelyingPartyRegistrationRepository?

the RelyingPartyRegistrationRepository of relying parties, each party representing a service provider, SP and this host, and identity provider, IDP pair that communicate with each other.

Functions

Link copied to clipboard
fun logoutRequest(logoutRequestConfig: LogoutRequestDsl.() -> Unit)

Configures SAML 2.0 Logout Request components

Link copied to clipboard
fun logoutResponse(logoutResponseConfig: LogoutResponseDsl.() -> Unit)

Configures SAML 2.0 Logout Response components