This CR declares the OpenID Connect Provider (OP), such as Airlock IAM.
The OIDC feature is currently in an experimental state.
We encourage you to try it out and give feedback, but we do not recommend using it in a production environment yet, as security has not yet been hardened.
- The current implementation has the following limitations:
- The state parameter is guessable.
- Sessions are shared across all Microgateway Engines using the same Redis instance. I.e. if different applications share the same Redis instance, users may be able to access authenticated routes across applications, even if their OIDCRelyingParty configuration differs.