SAML metadata is an XML document that contains the necessary information for SAML configuration on the Video Platform side. SAML metadata is the data that describes the information needed to communicate with a SAML endpoint. The service provider metadata contains URLs of endpoints, information about supported bindings, identifiers, and public keys.
Generate SP Metadata (SAML)
- Navigate to http://www.samltool.com/sp_metadata.php
- Enter the following parameters:
Parameter Value EntityId https://<Zone>.yuja.com Attribute Consume Service Endpoint (HTTP-POST) https://<Zone>.yuja.com/D/SamlReceiveResponse NameId Format urn:oasis:name:tc:SAML:1.1:nameid-format:email
AuthnRequestsSigned False WantAssertionsSigned False
- Leave the rest of the fields empty. Scroll down and Click BUILD SP METADATA.
- Copy the text in the SP MetaData text field.
- Open any text editor. Paste the copied text and save it as a .XML file. Save the XML file in a convenient location.