fix saml entity id
This commit is contained in:
parent
3ae6d7be99
commit
f368255f91
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<EntityDescriptor entityID="urn:robids1.loca.lt" xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
|
||||
<EntityDescriptor entityID="<%= saml_metadata_url %>" xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
|
||||
<IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
|
||||
<KeyDescriptor use="signing">
|
||||
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
|
||||
|
|
Loading…
Reference in a new issue