Sha256: 5026d64964395a6fcd0c4a02429da98488f32160bcdafce56ba6b453b6a728a7

Contents?: true

Size: 651 Bytes

Versions: 25

Compression:

Stored size: 651 Bytes

Contents

xml.IDPSSODescriptor descriptor_options do
  configuration.certificates(use: :signing).each do |certificate|
    render certificate, xml: xml
  end
  configuration.certificates(use: :encryption).each do |certificate|
    render certificate, xml: xml
  end
  logout_urls.each do |item|
    xml.SingleLogoutService Binding: item[:binding], Location: item[:location]
  end
  name_id_formats.each do |format|
    xml.NameIDFormat format
  end
  single_sign_on_urls.each do |item|
    xml.SingleSignOnService Binding: item[:binding], Location: item[:location]
  end
  attributes.each do |attribute|
    xml.tag! 'saml:Attribute', Name: attribute
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
saml-kit-1.0.9 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.8 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.7 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.6 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.5 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.4 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.3 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.2 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.1 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.0 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.3.6 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.3.5 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.3.4 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.3.3 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.3.2 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.3.1 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.3.0 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.2.18 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.2.17 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-0.2.16 lib/saml/kit/builders/templates/identity_provider_metadata.builder