Settings Location: Navigate to Control Room > Settings > Standard Login Methods to enable login providers.
Technical Level: Basic setup required for each provider.
How to Set Up Each Provider
Setting up social login requires creating an “App” in the provider’s developer console. This generates the Client ID and Client Secret you need to paste into Nudj.- Google
- Microsoft Entra (Azure)
- Magic Link
Step 1: Create a Project
Go to the Google Cloud Console. Create a new project named “Nudj Community.”Step 2: Configure OAuth Screen
- Go to APIs & Services > OAuth consent screen.
- Choose External.
- Enter your app name and support email.
- Go to Credentials > Create Credentials > OAuth client ID.
- Select Web application.
- Add this Authorized Redirect URI:
https://{subdomain}.nudj.cx/api/auth/callback/google - Copy your Client ID and Client Secret.
Configuration Checklist
Before you hit “Enable,” make sure you have:- Created the App in the provider’s console.
- Added the correct Redirect URI (find yours in Nudj Settings).
- Pasted the Client ID into Nudj.
- Pasted the Client Secret into Nudj.

