Sha256: a5ef5bc7fe0eca0da1a225ab15fd1d55c4b9b1f8339dcc9595ddcf4f5e3aae82

Contents?: true

Size: 528 Bytes

Versions: 25

Compression:

Stored size: 528 Bytes

Contents

# frozen_string_literal: true

xml.instruct!
xml.EntityDescriptor entity_descriptor_options do
  signature_for(reference_id: id, xml: xml)
  render identity_provider, xml: xml
  render service_provider, xml: xml
  xml.Organization do
    xml.OrganizationName organization_name, 'xml:lang': 'en'
    xml.OrganizationDisplayName organization_name, 'xml:lang': 'en'
    xml.OrganizationURL organization_url, 'xml:lang': 'en'
  end
  xml.ContactPerson contactType: 'technical' do
    xml.Company "mailto:#{contact_email}"
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

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