Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Uploading Adeptia Connect metadata to IdP server allows IdP server to fetch the details (such as server name, metadata information, certificate, encryption, single logout) of Service Provider .

To upload Adeptia Connect metadata, you need to first download Adeptia Connect (SP) metadata file, and then upload it to the IdP server. Perform the following steps to upload Adeptia Connect metadata to IdP Server:

  1. Open the browser and hit the URL in the format to download the Adeptia (SP) metadata file.

    <protocol_name>://<ip_address>:<port_number>/saml2/service-provider-metadata/<registration_Id>

    where,

    <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.

    <registration_Id> is the unique name of the IdP defined in the property SAML_SSO_IDPS_CONFIGURATION_0_REGISTRATION_ID in the saml.properties file. The default value for this property is default.

    For example, http://192.168.1.10:8080/saml2/service-provider-metadata/default.

    The spring-<registration_Id>-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-<registration_Id>-metadata.xml file, you need to configure the following properties in the saml.properties 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. It 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.
    SAML_SSO_IDPS_CONFIGURATION_0_REGISTRATION_ID

    Enter a registration id based on your requirement

  2. Open the browser, and enter the URL in the format.

    <protocol_name>://<ip_address>:<port_number>

    Depending upon the IdP server that you're using, the login page appears. For example, the screen below depicts the login page of SSOCircle IdP.

  3. Type the username and password in the respective fields.
  4. Click Log In.
  5. The User Profile screen appears. 
  6. Click Manage Metadata from the left menu options.
  7. Click Add new Service Provider.



  8. Type the name of the Service Provider in the Enter the FQDN of the ServiceProvider text box.
  9. (Recommended) Select all the attributes (FirstName, LastName, and EmailAddress) in the Attributes sent in assertion
  10. Paste the content of Adeptia Connect (SP) metadata (file downloaded in the first step) in the Insert your metadata information text box.
  11. Click Submit to upload the metadata.
  • No labels