Uploading Adeptia Connect metadata to IdP server allows IdP server to fetch the details of Service Provider such as server name, metadata information, certificate, encryption, single logout, and much more.
To upload the Connect metadata, you need to first download Adeptia (SP) metadata file and upload it to the IdP server. Perform the following steps to upload Adeptia metadata to IdP Server:
<protocol_name> is the name of the protocol, for example, HTTP or HTTPS.
<ip_address> is the IP address of the computer hosting Adeptia Connect.
<port_number> is the port number of the computer hosting Adeptia Connect.
For example, http://192.168.1.10:8080/saml/metadata.
The spring_saml_metadata.xml file will get downloaded to your computer. This file will have the default metadata information.
If you want to configure your own SP metadata information in the spring_saml_metadata.xml file, you need to enter a value for the following environment variables in the portal section of the global values.yaml file.
Variable Name
Description
SAML_SSO_METADATA_GENERATOR_ENTITY_ID
Unique identifier of the service provider. It can be a unique name.
SAML_SSO_METADATA_GENERATOR_ENTITY_BASE_URL
URL to redirect Adeptia Connect after successful SAML authentication. Needs to be a URL with protocol, server, port, and context path. If you are communicating over SSL protocol, provide the protocol name as https and port number on which Adeptia Connect is running in the URL.
Open the browser, and enter the URL in the format: