class

SAML::AuthRequest

Inherits SAML::SAMLMessage < Reference < Object

SAML2 Authentication Request (SSO SP initiated)

Constructors

Instance methods

create(settings : Settings, params : Hash(String, String) = {} of String => String) : String

Create the AuthNRequest URL with SAMLRequest parameter

Source
create_authentication_xml_doc(settings : Settings) : XML::Node

Create the XML document for AuthNRequest

Source
create_params(settings : Settings, params : Hash(String, String) = {} of String => String) : Hash(String, String)

Create the parameters for the AuthNRequest

Source
request_id

Get the request ID

Source
uuid
Source
uuid=(uuid : String)
Source