New features, enhancements, and fixes to the Vlens API and documentation
May 12, 2026
New features
OAuth login — Google and Microsoft
Users can now register and authenticate using an existing Google or Microsoft account, eliminating the need for a separate email verification OTP.
New endpoints:
POST /api/DigitalIdentity/Register/StepVerifyOAuthToken— verifies an OAuth ID token during registration and returns anoAuthTokenVerificationRequestIdPOST /api/DigitalIdentity/VerifyOAuthToken— verifies an OAuth token to skip email verification for an already-registered user
Updated endpoint:
POST /api/DigitalIdentity/Register— now acceptsoAuthTokenVerificationRequestIdin the request body; providing it skips the email verification step
Supported providers:
- Google — configure client credentials in the Google Cloud Platform Console
- Microsoft — configure via Azure AD B2C
OAuth provider configuration is managed in the Vlens portal settings.
Example flow:

