Frontegg as IDP for via OIDC
Hosted login with OpenID Connect (OIDC) is a secure and flexible authentication and authorization protocol that allows organizations to delegate their user authentication to a trusted identity provider (IdP). OIDC is built atop OAuth 2.0, providing additional identity verification and access control features.
Prerequisites
Prerequisites
This capability is fully supported via Frontegg Hosted Login. If you are using Frontegg's embedded Login, then Social and SSO login methods will not redirect the end user to the 3rd party application out of the box.
Common use cases
Since OpenID Connect (OIDC) streamlines user authentication across various platforms, you can leverage its benefits in multiple ways, for example:
Unified identity for documentation and support portals
OIDC allows users to access documentation and support portals via the same user identity. This unified login process eliminates the need for multiple credentials, simplifying access and improving the user experience across these essential resources.
Shared identity across applications
For organizations offering multiple applications, OIDC enables a single identity to be used across all platforms. This integration facilitates seamless navigation and interaction with different applications, reducing login fatigue and promoting user engagement.
Internal applications with shared identity
OIDC also benefits internal operations by allowing the same identity to be used across various internal applications. This approach streamlines employee access to intranets, HR systems, and other internal tools, simplifying credential management and enhancing security.
Set up Frontegg as IDP via OIDC
For the sake of this tutorial, we will use the OIDC playgroup as our 3rd party service. The OIDC playground is a great tool to test and debug your OIDC flows.
Note that Frontegg implements OIDC (OpenID Connect) by default as part of its hosted login offering.
- Go to Authentication → Login Method, and under your Hosted Login configuration, ensure that:
- Hosted login is enabled.
- The redirectUrl of the service provider (in this example
https://openidconnect.net/callback
) is added within the allowed redirect URLs.
- OpenID Connect endpoints under [ENVIRONMENT] → Authentication → SSO → Identity Provider → OpenID Connect Endpoints.
If you have a [custom domain] configured on the environment, you will see a Use custom login
toggle. This is merely a display functionality that allows you easily copying the endpoints with your Frontegg or custom domain.
- Client ID and client secret - When configuring Frontegg as your OpenID Connect identity provider, you will also need to complete your Client ID and Client Secret fields:
In general, these credentials are the Client ID and API key located under your environment's Keys & Domains, as in the screenshot below:
In case you have a single application, the values you should use for the fields are taken from your Keys & domains. If you have multiple applications, then you must configure the connection for a specific application. In that case, go to your Applications tab and fetch the ID and API key of that specific app, like so:
- Token validation - After running the flow on your 3rd party client and obtaining your Frontegg
id_token
, the JWT should be validated with ajwks
and result in a valid user response.