Sha256: 592d911e04068d532464d1c99ae08938e0b18c85352dae3dc974986193089b09

Contents?: true

Size: 497 Bytes

Versions: 3

Compression:

Stored size: 497 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

Version Path
saml-kit-1.0.9 lib/saml/kit/builders/templates/metadata.builder
saml-kit-1.0.8 lib/saml/kit/builders/templates/metadata.builder
saml-kit-1.0.7 lib/saml/kit/builders/templates/metadata.builder