Overview of SimpleIdServer IAM features
masterSimpleIdServer is an open-source .NET-based Identity and Access Management (IAM) solution. It provides capabilities across three main pillars:
Authentication
- Protocols: Supports
OPENID,SAML2.0, andWS-Federation. - External Providers: Ability to configure external identity providers (e.g.,
Facebook). - Methods: Supports various methods including
Mobile application,OTP Code,Email,SMS, andLogin & Password.
Authorization
- Access Control: Implements
Role-Based Access Control (RBAC)to manage user permissions across multiple applications.
User Management
- Provisioning: Supports automatic identity provisioning workflows via
LDAPand/orSCIM 2.0REST APIs, as well as manual provisioning workflows for end-users. - Central Repository: Uses a
SCIM 2.0server to store and manage users and groups.