Google OAuth not configured

To enable Sign in with Google, an administrator must create an app in the Google developer console and add the credentials to includes/oauth_config.php.

  1. Create an OAuth app at the Google developer portal.
  2. Set the Redirect URI to: http://assethub360.clarityapp360.com/asset_v4/oauth_handler.php?provider=google
  3. Copy includes/oauth_config.php.example to includes/oauth_config.php and fill in the Client ID & Secret.
Open Google Console Back to Login