https://github.com/ahmetulucay/secureapi2
ASP.NET Core 6 MVC w Azure AD B2C, Test w Postman
https://github.com/ahmetulucay/secureapi2
aspnet-core azure-ad-b2c mvc-pattern
Last synced: 4 months ago
JSON representation
ASP.NET Core 6 MVC w Azure AD B2C, Test w Postman
- Host: GitHub
- URL: https://github.com/ahmetulucay/secureapi2
- Owner: ahmetulucay
- Created: 2022-12-26T21:30:28.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-23T23:07:02.000Z (about 2 years ago)
- Last Synced: 2025-01-07T19:42:21.902Z (6 months ago)
- Topics: aspnet-core, azure-ad-b2c, mvc-pattern
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
------------------------------------
# Azure AD Authentication Secured APIASP.NET Core 6 MVC with Azure AD B2C, Test with Postman
------------------------------------STEPS to RUN API =
1.Register an API app iz Azure AD
2.Expose API scopes
3.Register Postman Client App in Azure AD
4.Configure Client App permissions
5.Configure Postman Authentication
6.Run API and test using Postman
------------------------------------