Sha256: f33460eebf8ae8f394cd2cd87f8db416e4e4b96da67ffeed9f0238665f70df71

Contents?: true

Size: 559 Bytes

Versions: 23

Compression:

Stored size: 559 Bytes

Contents

# frozen_string_literal: true

xml.IDPSSODescriptor descriptor_options do
  configuration.certificates.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

23 entries across 23 versions & 1 rubygems

Version Path
saml-kit-1.0.14 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.13 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.12 lib/saml/kit/builders/templates/identity_provider_metadata.builder