Friday, June 19, 2020

Secure web api with Azure AD authentication

The following post describes various steps required to secure a web api application with Azure AD authentication

https://nicksnettravels.builttoroam.com/post-2017-01-28-securing-a-web-api-using-azure-active-directory-and-owin-aspx/

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...