Portal authentication using OIDC

OIDC (OpenID Connect) is an identity authentication protocol built on top of the OAuth 2.0 framework.

OIDC is a modern and lightweight identity framework that is built for APIs and mobile device apps. Contrast this with Security Assertion Markup Language (SAML), an earlier XML-based enterprise standard typically used to secure legacy corporate infrastructure.

OIDC lets applications verify a user’s identity through a trusted third party, such as Google or Microsoft.

  • In this document, portal means a website or digital experience hosted on the Squiz DXP.

  • The Squiz DXP Portal Authentication system supports adding an identity provider layer to a portal’s front-end.

  • The Squiz DXP Portal Authentication systems does not support using an external identity provider for authenticating to Squiz DXP backend features.