¶ Applications in Authing
Update Time: 2024-10-10 07:28:40
In Authing, User Pool is the minimum unit to separate renter. It's stored user information in your system. One User Pool may have multiple applications. Eg: Students in a User Pool, need to access course reservation application, email application and student service center etc. Those applications may share one User Pool.
If you have not created application in Authing, please refer to How to create Application.
- Configuring Login Method: Add Social Meida or Third Party Identity source in SSO.
- Registration Agreement: Before registration, user must agree with your registration terms. You can customize the terms and link.
- Customize Login UI: Authing allows customization Login UI by changing CSS files.
- Federated Identity Source: Authing supports OIDC, OAuth2.0 and SAML. With some configuration. Authing can become an Identity Provider (IdP).
- Enable Multi-factor Authentication: Authing support MFA. eg: Text verification code, Email verification code, OTP, Face ID, Fingerprint, etc.
- Implement Single Sign-on between Applications: User only need login one time to access different applications.
- Mange User Login Status: Authing admin have access to the current logged in user list. In certain scenario, admin can force a particular user to log off.