Skip to content

Add Signicat login

Signicat’s eID Hub simplifies digital identity verification and authentication by connecting your platform to more than 30 electronic identities (eIDs) from across Europe, all through one streamlined integration.

By integrating Signicat, you can authenticate users and prove their identity easily using trusted eIDs, whether for onboarding, access control, or compliance needs.

You can add Signicat login to your applications using Asgardeo and enable users to log in with their eIDs.

Follow this guide for instructions.

Prerequisites

Register Asgardeo on Signicat

You need to register Asgardeo as an OIDC app on Signicat.

Note

You can follow the Signicat documentation for detailed instructions.

  1. Log in to Signicat Dashboard, and click .
  2. On the left panel, Click Products and select eID Hub.
  3. Under eID Hub, click OIDC Clients.

    Register OIDC app in Signicat

  4. Give the application a name and the following URLs:

    • Authorization callback URL
      https://api.asgardeo.io/t/{organization_name}/commonauth
      

    Enter Signicat app details

  5. Click Create.

  6. Click Add Secret and Generate a new client secret.
  7. Take note of the Client ID and Client secret.
  8. To add required eIDs, Click eIDs in the left panel (under eID Hub), and click Add new. Add new eID

  9. Select the eIDs you want to add and click Add.

Register the Signicat Connection

Now, let's register the Signicat IdP in Asgardeo.

  1. On the Asgardeo Console, go to Connections.
  2. Click New Connections and select Signicat.
  3. Enter the following details and click Finish:

    Add Signicat Connection in Asgardeo

    Parameter Description
    Name A unique name for this Signicat identity provider.
    Client ID The client ID obtained from Signicat.
    Client secret The client secret obtained from Signicat.
    Authorised redirect URL Provide the Authorised redirect URL of your Signicat organization. For example https://{your_signicat_domain}/auth/open/connect/authorize..
    Token Endpoint URL Provide the Token endpoint URL of your Signicat organization. For example https://{your_signicat_domain}/auth/open/connect/token.

Enable Signicat login

Before you begin

You need to register an application with Asgardeo. You can register your own application or use one of the sample applications provided.

  1. On the Asgardeo Console, go to Applications.
  2. Select your application, go to the Login Flow tab and add Signicat login from your preferred editor:

    To add Signicat login using the Classic Editor:

    1. If you haven't already defined a sign-in flow, click Start with Default configuration to get started.
    2. Click Add Authentication on the step, select your Signicat identity provider, and click Add. Add Signicat login in Asgardeo

    To add Signicat login using the Visual Editor:

    1. Switch to the Visual Editor tab, by default the Username & Password login flow will be added onto the Visual Editor's workspace.
    2. Click on + Add Sign In Option to add a new authenticator to the same step and select your Signicat connection. Add Signicat login in Asgardeo

    Recommendations

    It is recommended to add your social and enterprise connections to the first authentication step as they are used for identifying the user.

  3. Click Update to save your changes.

Try it out

Follow the steps given below.

  1. Access the application URL.

  2. Click Login to open the Asgardeo login page.

  3. On the Asgardeo login page, Sign in with Signicat.

    Login with Signicat

  4. Log in to the eIDs configured in Signicat.

Configure connection

To learn more about other configurations available for the connection, refer to the add federated login documentation.