Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 3.93 KB

code-samples-self-service-sign-up.md

File metadata and controls

47 lines (34 loc) · 3.93 KB
title description ms.service ms.topic ms.date ms.author author manager ms.custom ms.collection
API connector code samples for user flows
Code samples for API connectors in self-service sign-up flows for Microsoft Entra External ID.
entra-external-id
sample
01/23/2024
mimart
msmimart
celestedg
it-pro
M365-identity-device-management

Samples for External ID self-service sign-up

The following tables provide links to code samples for applying web APIs in your self-service sign-up user flows using API connectors.

API connector Azure Function quickstarts

Sample Description
.NET Core This .NET Core Azure Function sample demonstrates how to limit sign-ups to specific tenant domains and validate user-provided information.
Node.js This Node.js Azure Function sample demonstrates how to limit sign-ups to specific tenant domains and validate user-provided information.
Python This Python Azure Function sample demonstrates how to limit sign-ups to specific tenant domains and validate user-provided information.

Custom approval workflows

Sample Description
Manual approval workflow This sample demonstrates an end-to-end approval workflow to manage guest user account creation in self-service sign-up

Identity verification

Sample Description
IDology This sample shows how to verify a user identity as part of your self-service sign-up by using an API connector to integrate with IDology.
Experian This sample shows how to verify a user identity as part of your self-service sign-up by using an API connector to integrate with Experian.

Next steps