Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Client specific values

First you need a realm and secret. These will be provided by Everifin.

...

  • your_realm_value

  • your_app_value

  • client_id

  • client_secret

...

Identity provider host-name

The following table provides the values for identity provider host-name in testing and production environments.

Host-name wildcard

Testing environment

Production environment

{{everifin_idp_url}}

https://app.stage.everifin.com

https://app.everifin.com

Setting up test account

Before you get started with the API, you need to create a test user account

Info

We will provide you with your own auth realm and app. These values are used in the URL below

  1. Go to {{everifin_idp_url}}/auth/realms/{your_realm_value}/protocol/openid-connect/auth/?client_id={your_client_id}&&redirect_uri={client-uri}&response_type=code

  2. Click "Create new Account" and enter your details, make sure to use a valid email address

  3. You will receive an email asking you to confirm your email address. Open the email and click "Verify Email"

  4. You should be ready to log in using the link from step 1.

...