Skip to main content

Punith Nagaraju

Punith is an IT professional with experience in .NET, .NET Core, Azure App Services, Azure Functions, Azure API, Restful Services, and expanding knowledge on AI and software development, working with a positive attitude and continuously improving technical skills.

Blogs from this Author

Openid Connect

Understanding and Implementing OAuth2 and OpenID Connect in .NET

Authentication and authorization are two crucial aspects of web development. In modern applications, it’s essential to ensure that users are who they say they are (authentication) and have permission to access specific resources (authorization). OAuth2 and OpenID Connect are two widely used protocols that help achieve both goals. What is OAuth2? OAuth2 (Open Authorization 2.0) […]