It is optional to configure an external Identity Provider. Fiskil can use a built-in authentication experience
facilitated by your resource server.
Connecting Your IdP to Fiskil
Setting up your IdP with Fiskil involves adding Fiskil as an OIDC client for your IdP.- Add Fiskil as a client with your IdP
- Share the client credentials with Fiskil
- Provide the Authorization and Token endpoints for your IdP to Fiskil
- Enable external IdP for your instance (contact us for this step)
Limitations
- Fiskil only works with OpenID Connect for federated identity. Your IdP must support it.
- The ID Token returned by your IdP must contain a
subclaim that is unique and stable for the authenticated user. It must not change between consents. - The
subclaim in the ID token must work as an ID to look up user data for the authenticated user. It will be used as the{customerId}path parameter in requests to your resource server.