How to set up an OpenID Connect compliant development environment with Docker? — Introduction If are working in a SaaS business, you are likely to have some form of identity provider (IDP). Among other things, an IDP typically takes care of authenticating users from possibly multiple tenants and keeps track of roles that may be assigned to users. Keycloak offers an OpenID Connect (OIDC)…