Single Sign-On (SSO)
Using SSO authentication to access the parcelLab Portal provides a secure and quick method for your users to sign in with their corporate login credentials.
Overview
SSO is an authentication method that enables users to securely access multiple applications and websites by using one set of login credentials.
parcelLab offers SSO implementation for industry-standard protocols for identification, such as Azure Active Directory (AD) SAML 2.0 and OpenID Connect (for example: Google OAuth). This feature also includes the flexibility to implement custom identity providers.
Configuring SSO for parcelLab App Access
parcelLab supports SSO using SAML 2.0 and OAuth as authorization methods.
Information about the implementation process is described in the following sections.
Customer Requirements
To set up SSO with established identity providers, the information you need to provide is based on the identity provider. Details about the most common providers are listed below.
By default, all newly logged-in users will get "Guest" access rights and will only be able to view their user profile in the parcelLab App. Client administrator users will need to adjust the access rights for each user in the User Management module.
SAML
This section describes the requirements for implementing SSO with SAML 2.0.
For the implementation to work, you need to provide the following information:
Discovery Endpoint URL (that is: the URL for your SAML identity provider's metadata)
The URL has the following pattern: https://login.microsoftonline.com/{uuid}/federationmetadata/2007-06/federationmetadata.xml?appid={uuid}
Your service provider's ID for the application
A screenshot or table of the configured claims for the SAML token
OpenID Connect
This section describes the requirements for implementing SSO with OpenID Connect.
For the implementation to work, you need to provide the following information:
Discovery Endpoint URL (that is: the URL for the Open ID configuration)
The URL has the following pattern: https://{domain}/{optionalPath}/.well-known/openid-configuration (for example: https://accounts.google.com/.well-known/openid-configuration)
Client ID (that is: the unique identifier for your registered application)
Client Secret (that is: the password (string) of your application)
Implementation Process
In this section, the implementation process for SSO integration is described.
When parcelLab has the required information, the integration process can begin.
Adding Redirect URLs to Your Configuration
After implementing the SSO connection, parcelLab will provide redirect URLs that you need to add to your SAML or OIDC connection.
After you have added the redirect URLs to your configuration, your users can use their corporate login credentials to sign in to parcelLab.
Last updated
Was this helpful?