Switch to dark theme

Switch to light theme


Enable OIDC based login #

Using Cipher EIAM, you can provide any OIDC compliant identity provider login experience to your employees e.g. a “Sign-In with Google” or “Sign-In with Okta”.

OIDC stands for Open-ID Connect and is a very popular authentication protocol that is built on top of the OAuth 2.0 framework. You can read more about OIDC here and OAuth here.

Whether your application is a web app or mobile app, the sequence of steps for adding an identity provider remains the same.

Prerequisite #

Before you get started, make sure you have access to the auth center as a developer. Refer here for more details

Start Implementing