OpenID Connect (OIDC) is an authentication layer on top of OAuth 2.0, an authorization framework, which allows computing clients to verify the identity of an end-user based on the authentication performed by an authorization server. When enabled, users can sign in via the Open ID instead of using the standard BellaDati form. The e-mail used to sign in has to match with the login of BellaDati user.

BellaDati Configuration

To enable OpenID Connect, the following parameters has to be filled in:

Parameter
Scope

Open ID Provider Configuration

It might be necessary to change the settings of the Open ID provider:

OptionExampleExample
Redirect URI

The URL of the callback endpoint, if following format:

URLofBellaDati:port/auth/callback/oidc

http://localhost:8081/auth/callback/oidc

 

 

  • No labels