Client specific values
First you need a realm and secret. These will be provided by Everifin.
Without these, you cannot start consuming Everifn APIs
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 |
---|---|---|
|
|
|
Setting up test account
Before you get started with the API, you need to create a test user account
We will provide you with your own auth realm and app. These values are used in the URL below
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
Click "Create new Account" and enter your details, make sure to use a valid email address
You will receive an email asking you to confirm your email address. Open the email and click "Verify Email"
You should be ready to log in using the link from step 1.
You are welcome to create as many test users as you need