...
OpenID Connect CIBA (Client Initiated Backchannel Authentication) is a protocol specified in openid-client-initiated-backchannel-authentication-core-03 and is used for communication between Ubisecure SSO and an OpenID an OpenID Provider (OP).
Ubisecure SSO has two authentication methods which conform to the CIBA specification, SPI OpenID Connect CIBA and Unregistered and Unregistered OpenID Connect CIBA, and can be used to integrate a qualified backchannel authentication service. The differences between the two methods are listed below.
...
The picture below shows the authentication sequence, in which the authentication starts from a user agent, which sends an authentication request to SSO, which then initiates the authentication with the OpenID the OpenID Provider (OP) handling backchannel authentication request.
...
For installation, you need to get the following from the OpenID provider Provider (OP):
- OP Metadata
- Standard URL path is
/.well-known/openid-configuration
- Standard URL path is
- OP JWKS
- URL for this is advertised in
jwks_uri
claim in the OP Metadata
- URL for this is advertised in
- Client Identifier -
client_id
...