概览
组织是Casdoor的基本单位,它管理用户和应用。 如果用户登录到一个组织,他可以访问所有属于该组织的应用程序,而不必再次登录。
在 应用程序 和 提供商中, 选择一个组织很重要,它决定一个用户是否能够使用特定的提供商访问该应用程序。
We can also set up LDAP in Casdoor, for more details, please see LDAP.
Casdoor provides multiple password storage algorithms that can be selected in the organization edit page.
Name | Algorithm | Description | Scenario |
---|---|---|---|
plain | - | The password will be stored in cleartext. (default) | - |
salt | SHA256 | SHA-256 is a patented cryptographic hash function that outputs a value that is 256 bits long. | - |
md5-salt | MD5 | The MD5 message-digest algorithm is a cryptographically broken but still widely used hash function producing a 128-bit hash value. | Discuz! |
bcrypt | bcrypt | bcrypt is a password-hashing function and is used to hash and salt passwords securely. | Spring Boot, WordPress |
pbkdf2-salt | SHA256 and PBKDF2 | PBKDF2 is a simple cryptographic key derivation function, which is resistant to dictionary attacks and rainbow table attacks. It's originally implemented in Casdoor for Keycloak syncer. Select this option if you import users by Keycloak syncer. | Keycloak |