Client Registration
|
IMPORTANT
To initiate the registration process, we kindly request you to get in touch with our Sales team. You can find their contact information on our Contact Us page. |
Each client MUST be registered with the following required info:
| Parameter | Required | Description | Info | Example |
|---|---|---|---|---|
Client ID |
Yes |
A preregistered OIDC client ID. |
Generated by OIDC Provider |
|
Client Secret |
Yes |
Client secret used for client authentication (Basic authentication). |
Generated by OIDC Provider |
|
Redirect URI |
Yes |
A list of allowed callback URIs whitelisted for this client |
1 or many URIs |
https://example.com/callback |
Allowed IPs |
Yes |
A list of IP addresses allowed for this client to access the service |
|
|
Allowed Countries |
No |
A list of supported countries |
|
|
Service Name |
Yes |
Service name |
Sample RP |
Additionally, optional paramaters MAY be configured for a RP:
| Parameter | Required | Description | Info | Example |
|---|---|---|---|---|
Sector Identifier URI |
No |
HTTPS URL that points to a JSON file containing an array of the client’s redirect uri values |
Strongly recommended if multiple |
https://example.com/redirecti_uris.json |
Logo |
No |
Logo in svg format for removing issues with different user screen resolutions |
||
background-color |
No |
Frontend background color, in hex format |
|
|
JWKs |
No |
A list of JWK public keys to be used for validation in case 'private_key_jwt' authentication method is chosen |
Format as here: https://datatracker.ietf.org/doc/html/rfc7517#appendix-A.1 |