Skip to main content

Login member

A member can either login via the:

  • Authentication Code Flow + PKCE (and Single Sign On)
  • Client Credentials Flow

More info about OIDC can be found on the page OIDC & OAUTH2

Authentication Code Flow + PKCE

In this case, a member (real human) logs in to the service portal. The service portal then brokers the id and access token via OpenIDConnect token endpoint flow. Note that in every language libraries exist that can help you implement this Authorization Code Flow + PKCE.

A member logging in via Authentication Code Flow + PKCE can be part of many organisations.

Client Credentials Flow

In this case a trusted service (non human) logs in. Checkout the Postman collection for an example.

A member logging in via Client Credentials Flow can only be part of one organisation.

Single Sign On

On a case-by-case basis, we can together see how we can setup Single Sign On between your IDP and Linckr's IDP. This way a member can log in to your system once and reuse that token to exchange it for a Linckr id or access token.