Create an Oauth App

Create an OAuth App

To enable OAuth authentication with Llamauth, you first need to create an OAuth application with your chosen provider. This process will provide you with a Client ID and Client Secret, which you'll use to configure Llamauth.

Below are the documentation links for creating an OAuth application with popular providers:

Each OAuth provider requires you to specify a redirect URL—the URL where users will be sent after authenticating. Use the corresponding URL from the table below when configuring your OAuth application:

ProviderRedirect URL
GitHubhttps://api-llamauth.unifie.io/callback/github
Googlehttps://api-llamauth.unifie.io/callback/google
LinkedInhttps://api-llamauth.unifie.io/callback/linkedin
Microsoft Entrahttps://api-llamauth.unifie.io/callback/microsoft
ServiceNowhttps://api-llamauth.unifie.io/callback/servicenow

Create your OAuth application on your provider’s platform, obtain your credentials, and set the redirect URL as indicated above. Once configured, Llamauth will seamlessly manage the authentication flow using these details.


We are continuously expanding our list of supported providers to ensure that you can integrate OAuth with all the services you use. Stay tuned for updates as we add more providers in upcoming releases.