Sign in with Microsoft
Reference page for setting up single sign-on with Google
Overview
Servoy Cloud provides a Sign-in with Microsoft option to simplify user authentication. Follow these steps to enable Microsoft SSO for your application.
Prerequisites
Azure Account: Sign up for an account on the Azure portal
Set up SSO in Servoy Cloud
To enable Microsoft SSO in Servoy Cloud, complete the setup in the Security Login Designer.
Setup App in Microsoft
Create a New Application
Register an app in Azure using Microsoft's Entra admin center:
Log in to to Microsoft Entra with your Microsoft account
Go to
Identity > Applications > App registrations
Click on
+ New Registration
to create a new app and enter:Application name
Supported account types
(Optional) Redirect URI — you may skip this step initially.
You are now on the
App registration details page
and ready for the next step
In the Overview section, find your Application (Client) ID and Directory (Tenant) ID—both are required for SSO setup.
Create a Client Secret
To generate the client secret required for a successful SSO setup in Servoy Cloud:
Navigate to the
App registration details
if you have already completed the steps aboveLog in to Microsoft Entra with your Microsoft account
Go to
Identity > Applications > App registrations
Click on your application from the list
Navigate to
Certificates & secrets > Client secrets
Create a new client secret by clicking
New Client Secret
Fill in the name and set an expiration date
Save your client secret ID
The Client Secret ID along with the Directory (Tenant ID) and Application (Client) ID are required when setting up single sign-on in Cloud Control Center.
Set up Redirect URI and ID Token
To set up the redirect URI of your Microsoft app:
Navigate to the
App registration details
if you have already completed the steps aboveLog in to Microsoft Entra with your Microsoft account
Go to
Identity > Applications > App registrations
Click on your application from the list
Navigate to
Manage > Authentication > Platform configurations
Click
Add a platform
and chooseWeb
Set the redirect URI with the value found in Cloud Control Center:
Navigate to
Application Details > Security Designer
Expand menu
Sign in with Microsoft
Copy the value found by clicking
Setup Guide
link
Check
ID Token
fromImplicit grant and hybrid flows
section
Finish SSO Setup
To finish SSO Setup and enable it for your Servoy Cloud Application:
Access Servoy Cloud Application Settings:
Go to
Application -> Your Application -> Application Settings
using theConfigure
button.
Enable Sign-in with Microsoft
Click the
Create custom login
button.Navigate to the
Security Login
page.Expand the
Sign in with Microsoft
section.Fill in the generated
Tenant ID
,Application(Client) ID
andClient Secret ID
Save settings
Your application now supports Microsoft Single Sign-On for user authentication.
Last updated
Was this helpful?