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.3.0 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.2.0 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.1.0 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.31 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.30 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.29 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.28 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.27 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.26 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.25 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.24 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.23 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.22 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.21 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.20 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.19 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.18 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.17 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.16 lib/saml/kit/builders/templates/identity_provider_metadata.builder
saml-kit-1.0.15 lib/saml/kit/builders/templates/identity_provider_metadata.builder