Sha256: 71f36fd8434ff4ea1f484255474b3c839c1d81e7dafec00cd361c465bfecede4

Contents?: true

Size: 1.23 KB

Versions: 3

Compression:

Stored size: 1.23 KB

Contents

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="<%= entity_id %>">
 <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
   <% if single_logout_service_location && single_logout_service_response_location %>
     <SingleLogoutService
      Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
      Location="<%= single_logout_service_location %>"
      ResponseLocation="<%= single_logout_service_response_location %>"/>
   <% end %>
   <NameIDFormat><%= name_id_format %></NameIDFormat>
   <AssertionConsumerService
    isDefault="true"
    index="0"
    Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
    Location="<%= assertion_consumer_service_location %>"/>
 </SPSSODescriptor>
 <RoleDescriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:query="urn:oasis:names:tc:SAML:metadata:ext:query" xsi:type="query:AttributeQueryDescriptorType" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"/>
 <XACMLAuthzDecisionQueryDescriptor WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"/>
</EntityDescriptor>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-saml-bekk-0.3.3 lib/onelogin/saml/entity_descriptor.xml.erb
ruby-saml-bekk-0.3.2 lib/onelogin/saml/entity_descriptor.xml.erb
ruby-saml-bekk-0.3.1 lib/onelogin/saml/entity_descriptor.xml.erb