Wemply supports Single Sign-On (SSO) via the OpenID Connect (OIDC) protocol.
On the Wemply side, you need to go to Configure → Settings → SSO Settings and enter:
Authority URL
Client ID
Client Secret
Below are instructions on how to generate these for Google & Microsoft Entra:
A) SSO Setup for Google Workspace Users
1. Create a project (or use an existing one) in Google Cloud Console
Click at the top Select project → New project
Name the project (e.g. Wemply SSO)
Click Create
2. Enable the required API
Go to APIs & Services → Library
Search for: Google Identity Services
Make sure OAuth 2.0 services are enabled
3. Configure the OAuth Consent Screen
Go to APIs & Services → OAuth consent screen
Select:
Internal
Fill in:
App name: Wemply
User support email
Developer contact email
Save
4. Create OAuth Client ID
Go to APIs & Services → Credentials
Click Create Credentials → OAuth Client ID
Application type: Web application
Add:
Authorized redirect URI:
https://[your-wemply-domain].wemply.com/auth.html
Click Create
Google will display:
Client ID
Client Secret
5. Enter into Wemply
In the Wemply SSO settings, enter:
Authority URL:
https://accounts.google.com
Client ID: (from Google)
Client Secret: (from Google)
B) SSO Setup for Microsoft Entra ID (formerly Azure AD)
1. Open the Microsoft Entra Admin Center
Go to: https://entra.microsoft.com
Log in as an administrator.
2. Register a new application
Go to Applications → App registrations
Click New registration
Name: Wemply SSO
Supported account types (⚠️ always select this option):
Single tenant / Accounts in this organizational directory only
Redirect URI:
Type: Web
URI:
https://[your-wemply-domain].wemply.com/auth.html
Click Register
3. Find the required details
After registration, you will see:
Application (client) ID → this is your Client ID
Directory (tenant) ID → needed for the Authority URL
4. Create a Client Secret
Go to Certificates & secrets
Click New client secret
Add a description
Click Create
⚠️ Copy the secret immediately — you won't be able to view it again later.
5. Authority URL for Microsoft
Authority URL format:
https://login.microsoftonline.com/{tenant-id}/v2.0For example:
https://login.microsoftonline.com/12345678-xxxx-xxxx-xxxx-xxxxxxxxxxxx/v2.0
6.Enter into Wemply
In the Wemply SSO settings, enter:
Authority URL (including the tenant ID)
Client ID
Client Secret
Testing
After setup:



