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-0.2.12 | lib/saml/kit/builders/templates/metadata.builder |
saml-kit-0.2.11 | lib/saml/kit/builders/templates/metadata.builder |