https://github.com/axelkjonsberg/azure-userflow-helpers
Helper methods for integrating your functions with B2C API Connectors or Entra External ID User Flow Extensions
https://github.com/axelkjonsberg/azure-userflow-helpers
authentication azure azure-ad-b2c azure-function azure-function-app azure-functions azure-functions-dotnet-isolated ciam csharp dotnet entra-id identity microsoft-graph microsoft-identity-platform oauth2 oidc serverless
Last synced: about 1 month ago
JSON representation
Helper methods for integrating your functions with B2C API Connectors or Entra External ID User Flow Extensions
- Host: GitHub
- URL: https://github.com/axelkjonsberg/azure-userflow-helpers
- Owner: axelkjonsberg
- Created: 2025-09-12T09:02:21.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-12T09:08:55.000Z (9 months ago)
- Last Synced: 2025-09-12T11:25:53.760Z (9 months ago)
- Topics: authentication, azure, azure-ad-b2c, azure-function, azure-function-app, azure-functions, azure-functions-dotnet-isolated, ciam, csharp, dotnet, entra-id, identity, microsoft-graph, microsoft-identity-platform, oauth2, oidc, serverless
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `AzureUserFlow`
Packages with for simplifying the creation of User Flow Extensions (Azure Entra External ID) and API Connectors
(Azure AD B2C).
**`AzureUserFlow.Helpers` status:**
[](https://www.nuget.org/packages/AxelKjonsberg.AzureUserFlow.Helpers)
[](https://www.nuget.org/packages/AxelKjonsberg.AzureUserFlow.Helpers)
**`AzureUserFlow.Templates` status:**
[](https://www.nuget.org/packages/AxelKjonsberg.AzureUserFlow.Templates)
[](https://www.nuget.org/packages/AxelKjonsberg.AzureUserFlow.Templates)
This repository describes two packages:
* [AzureUserFlow.Helpers](https://www.nuget.org/packages/AxelKjonsberg.AzureUserFlow.Helpers/)
* [AzureUserFlow.Templates](https://www.nuget.org/packages/AxelKjonsberg.AzureUserFlow.Templates/)
Both packages shall be compatible with Azure Functions .NET **isolated** model and .NET 8.
## Do you wish to contribute?
Please post an issue on the [issue board](https://github.com/axelkjonsberg/Azure-UserFlow-Helpers/issues) of the GitHub repo.