Google client ID
Enable Google Sign-In. Requires both Google client ID and Google client secret. To create client id and secret, read Creating a Google API Console project and client ID.
Note When you configure your project at google.com, the Authorized Redirect URI should be set as https://www.company.com/basepath/login/Google, replace "https://www.company.com/basepath" by the real URL of your project.
Google client secret
Enable Google Sign-In. Requires both Google client ID and Google client secret. To create client id and secret, read Creating a Google API Console project and client ID.
Facebook app ID
Enable Facebook Login. Requires both Facebook app ID and Facebook app secret. To implement Facebook Login, you need a Facebook App ID before you start, which you can create and retrieve on the App Dashboard. Read Register and Configure an App.
Note When you configure your app at App Dashboard, the Redirect URI should be set as https://www.company.com/basepath/login/Facebook, replace "https://www.company.com/basepath" by the real URL of your project.
Facebook app secret
Enable Facebook Login. Requires both Facebook app id and Facebook app secret. To implement Facebook Login, you need a Facebook App ID before you start, which you can create and retrieve on the App Dashboard. Read Register and Configure an App.
Microsoft app ID
Enable Microsoft Entra ID Single Sign-On. Requires both Microsoft app ID and Microsoft app secret value. To implement Azure Single Sign-On, you need a Microsoft app ID before you start, see Register an application.
Note When you configure your app at Azure portal, the Redirect URI should be set as https://www.company.com/basepath/login/Azure, replace "https://www.company.com/basepath" by the real URL of your project.
Microsoft app secret value
Enable Microsoft Entra ID Single Sign-On. Requires both Azure app id and Microsoft app secret value. You need to add a new client secret to your Azure app at Azure portal and then copy the client secret value here.
Notes
  1. After creating the client secret at Azure portal, make sure you copy the client secret value immediately. Client secret values cannot be viewed, except for immediately after creation. Be sure to save the secret when created before leaving the page.
  2. Copy the client secret Value, NOT the Secret ID.
Use OAuth2
Use OAuth2 for authentication.