Provide IDP login through OIDC (OpenID) IDP provider
This an addition protocol handler we would integrate in // of SAML2.
OIDC has different type of implementation depending of the usage we want to have.
- web application - authorization flow
- device flow
The first implementation (authorization) is designed for the purpose of user login into the application.
Device flow is an addition implementation which can be foreseen for device (bash client) implementation, where we do have available block code which can be reused.
The api rbac requirement is to be at least a certain role which allow to configure the IDP
Edited by Konstantin Kuck