Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evillegas92/activedirectoryb2c-api
A web API with .Net secured by Azure Active Directory B2C
https://github.com/evillegas92/activedirectoryb2c-api
Last synced: about 1 month ago
JSON representation
A web API with .Net secured by Azure Active Directory B2C
- Host: GitHub
- URL: https://github.com/evillegas92/activedirectoryb2c-api
- Owner: evillegas92
- Created: 2024-03-15T17:33:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T22:04:41.000Z (11 months ago)
- Last Synced: 2024-11-06T00:40:49.195Z (3 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web API Protected by Azure Active Directory B2C
A web API with .Net secured by Azure Active Directory B2C.Based on this tutorial to secure set up the Azure AD B2C tenant with the API application, the Web App registration to be able to authenticate through Postman, and configuring the appSettings.json file correctly: [How to secure a Web API built with ASP.NET Core using the Azure AD B2C](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/4-WebApp-your-API/4-2-B2C).