Sha256: c520ef30b5d0a9a62de50f81ca926e7b20af11c279f5053ead4cbc7393ad4d82

Contents?: true

Size: 262 Bytes

Versions: 23

Compression:

Stored size: 262 Bytes

Contents

# frozen_string_literal: true

xml.instruct!
xml.tag!('samlp:AuthnRequest', request_options) do
  xml.tag!('saml:Issuer', issuer)
  signature_for(reference_id: id, xml: xml)
  xml.tag!('samlp:NameIDPolicy', Format: name_id_format) if name_id_format.present?
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
saml-kit-1.3.0 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.2.0 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.1.0 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.31 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.30 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.29 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.28 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.27 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.26 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.25 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.24 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.23 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.22 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.21 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.20 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.19 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.18 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.17 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.16 lib/saml/kit/builders/templates/authentication_request.builder
saml-kit-1.0.15 lib/saml/kit/builders/templates/authentication_request.builder