Authenticate via OIDC

Why OIDC?

OpenID Connect is a well established protocol built on top of OAuth 2.0. It adds the authentication features missing in OAuth 2.0 which is focused on authorization.

Before you get started

In order to start using the OIDC process, the friendly Unidy team needs to setup an application in the Unidy backend. Please provide them with the following infos:

  1. Name and Description - Will be displayed to the user.
  1. Redirect URI - We will redirect the user here after the handshake.
  1. Needed scopes - The user will allow the app to access those fields.
  1. Required user attributes (optional) - The user will have to fill out these.
  1. Logo (optional) - At least 50x50px in PNG format.
  1. Connect URI (optional) - The user can access this link directly from within Unidy.

Choose your Flow

OIDC is a very flexible protocol that supports a variety of usecases. We have listed the most common cases together with the best solution. If in doubt, again, get in touch with us. We are happy to support.

No access to the Unidy API needed

Make API calls on behalf of the user (backend)

Make API calls on behalf of the user (mobile or single page app)

Have general access to the API

Special Usecases

There are some more features covered by OIDC in addition to the described flows above.

Verify if the user is logged in

Log the user out

Further Info

OIDC is very flexible and capable of combining different flow. For a full overview of all parameters please refer to:

Did this answer your question?
😞
😐
🀩