Configure the self-service portal¶
Users and administrators in your organization can manage their accounts and information by accessing the My Account portal, a self-service portal offered by WSO2 Identity Server.
Access the My Account portal¶
Users can access the My Account portal using the following link - https://{host_name}:{port}/myaccount
For example, if using the default settings, the link to your My Account portal is,
https://localhost:9443/myaccount
Note
If you have shared the My Account portal with organization users, they may access the organization-specific My Account Portal using the following link:
https://localhost:9443/t/carbon.super/o/{organization-id}/myaccount
Listed below are self-service features that are available for the user in the My Account portal.
- Update profile information
- Change password
- View and revoke consents given to applications
- Enroll TOTP
- Manage backup codes
- Manage linked social accounts
- Export profile information
- View and revoke login sessions
- Manage password recovery
- Discover and maintain applications
- Register passkeys
Configure the My Account portal login flow¶
Just like any other appliaction registered in WSO2 Identity Server, you can customize the login flow of the My Account portal along with multi-factor and adaptive authentication.
To do so,
-
On the WSO2 Identity Server Console, go to Applications and locate the My Account application at the top.
-
Click the settings icon to enter the My Account configuration page.
-
Go to the Login Flow tab and customize the login flow.
Note
Explore the authentication options offered by WSO2 Identity Server in the Authentication section.
-
Click Update to save the changes.