Sha256: 0fa42b2e75a1b9bb5d49a4d94e9b7956e0dd1f0f446fe82ae29b1c21a65da3df

Contents?: true

Size: 497 Bytes

Versions: 22

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

22 entries across 22 versions & 1 rubygems

Version Path
saml-kit-1.0.6 lib/saml/kit/builders/templates/metadata.builder
saml-kit-1.0.5 lib/saml/kit/builders/templates/metadata.builder
saml-kit-1.0.4 lib/saml/kit/builders/templates/metadata.builder
saml-kit-1.0.3 lib/saml/kit/builders/templates/metadata.builder
saml-kit-1.0.2 lib/saml/kit/builders/templates/metadata.builder
saml-kit-1.0.1 lib/saml/kit/builders/templates/metadata.builder
saml-kit-1.0.0 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.3.6 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.3.5 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.3.4 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.3.3 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.3.2 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.3.1 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.3.0 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.2.18 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.2.17 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.2.16 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.2.15 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.2.14 lib/saml/kit/builders/templates/metadata.builder
saml-kit-0.2.13 lib/saml/kit/builders/templates/metadata.builder