Open
Description
Inspired by #12539
The constructor in Saml2LogoutRequest
does not check if the parameters received are not null
Expected behavior:
The constructor should use Assert.notNull
and related to check if the parameters are valid
Inspired by #12539
The constructor in Saml2LogoutRequest
does not check if the parameters received are not null
Expected behavior:
The constructor should use Assert.notNull
and related to check if the parameters are valid