Overview
These guides provide step-by-step instructions for integrating external Identity Providers (IDPs) with Frontegg AgentLink. Each integration requires obtaining OAuth 2.0 credentials (Client ID and Client Secret) from your IDP and configuring the Frontegg redirect URL.
Important Note: Most organizations already have OAuth applications/clients configured in their IDPs for existing authentication flows. You typically don't need to create a new application - you can use your existing one and simply add the Frontegg redirect URL to its configuration. Creating a new application is only necessary if you want to isolate AgentLink authentication or don't have an existing OAuth client.
Frontegg Redirect URL Format:
https://[YOUR-FRONTEGG-DOMAIN]/oauth/callbackRequired Information from Each IDP:
client_id: OAuth 2.0 Client IDclient_secret: OAuth 2.0 Client Secret