Package se.swedenconnect.spring.saml.idp.authnrequest
package se.swedenconnect.spring.saml.idp.authnrequest
Support for processing SAML authentication requests.
-
ClassDescriptionAn interface representing the authentication requirements that we deduce from an
AuthnRequest
message and the sending service provider'sEntityDescriptor
.A builder forAuthenticationRequirements
.AnAuthenticationConverter
responsible for decoding a SAML authentication request and checking that it is correct.AnAuthenticationProvider
that processes aSaml2AuthnRequestAuthenticationToken
and if the processing is succesful returns aSaml2UserAuthenticationInputToken
.AnAuthentication
object for a SAML authentication request.APredicate
that tells whether a SAML Service Provider sending an authentication request is accepted.