Skip to main content
Tag

identity

All blogs tagged with identity

5
Articles
10,691
Total Views

Showing 5 of 5 articles

01
May
2026
Comprehensive Guide to Okta SSO Integration in ASP.NET Core Using OIDC and SAML
86 views

This guide covers the integration of Okta Single Sign-On (SSO) in ASP.NET Core applications using both OpenID Connect (OIDC) and Security Assertion Markup Language (SAML). Understanding these protocols is crucial for enhancing user authentication security and streamlining user access management. Familiarity with ASP.NET Core and basic authentication concepts is recommended before diving into the integration process.

30
Apr
2026
Implementing Microsoft Azure AD Authentication for Enterprise SSO in ASP.NET Core Applications
68 views

This article provides a comprehensive guide to implementing Microsoft Azure Active Directory (AD) Authentication in ASP.NET Core applications, focusing on enterprise Single Sign-On (SSO) solutions. Understanding Azure AD is crucial for developers looking to secure their applications and streamline user authentication in enterprise environments. Readers should have a basic understanding of ASP.NET Core and cloud concepts to fully grasp the implementation details.

06
Apr
2026
Integrating ASP.NET Core Identity with NHibernate for Robust User Management
94 views

This tutorial provides a comprehensive guide on integrating ASP.NET Core Identity with NHibernate for effective user management. Understanding this integration is crucial for modern web applications that require scalable and secure authentication and authorization mechanisms. Readers should be familiar with C#, ASP.NET Core basics, and the fundamental concepts of NHibernate ORM.

17
Mar
2026
Understanding CWE-200: Exposure of Sensitive Information and Its Prevention
176 views

In this blog post, we will explore the concept of CWE-200, which refers to the exposure of sensitive information in applications, and learn practical techniques for preventing data leakage. By understanding common vulnerabilities and implementing best practices, developers can significantly enhance the security of their applications.

Translate Page