Commit ec2a2d7

mo <mo@mokhan.ca>
2017-11-07 22:03:02
sync up entity_ids.
1 parent 1f7d052
Changed files (1)
app
app/controllers/metadata_controller.rb
@@ -8,7 +8,6 @@ class MetadataController < ApplicationController
   def to_xml
     builder = Saml::Kit::IdentityProviderMetadata::Builder.new
     builder.contact_email = 'hi@example.com'
-    builder.entity_id = metadata_url
     builder.organization_name = "Acme, Inc"
     builder.organization_url = root_url
     builder.add_single_sign_on_service(new_session_url, binding: :post)