Table of contents
API Clients for Integrators
- Authentication Services API Client for Integrators
- Signature Services API Client for Integrators
- Custom Identifier Management API Client for Integrators
Other clients
For each Integrated RP, as well for the Integrator RP itself, Freja eID generates a unique identifier called relyingPartyId. The Integrator RP needs to pass this identifier as an additional POST parameter. This can be done in two ways:
- Integrator RP can opt to build a separate client for each Integrated RP, in which case, the relyingPartyId should be passed in the constructor.
- Integrator RP can build just one client and then pass the relyingPartyId as an additional parameter in each call to Freja eID services, whether they are acting as themselves or on behalf of an Integrated RP. This is the recommended way of passing the relyingPartyId.
For detailed information and examples of both implementations of Freja eID API Client libraries for Integrator RPs, please use the links provided below.
Continue to:
API Clients for Integrators (DEPRECATED)
- Authentication Services API Client for Integrators
- Signature Services API Client for Integrators
- Custom Identifier Management API Client for Integrators
Other clients