- Add Redirect: The Navigate action can be added to redirect the user to the profile page or home screen after the action.
- Delegation Control: This button can be displayed if the user is in a “delegated” session when the page opens.
- Warning Message: Confirmation can be requested from the user before the return process (e.g., “Are you sure you want to log out?”).
Technical Risks and Controls
- Non-delegated Sessions: This action should only be executed in a delegation session. If executed in a normal session, it may have no effect.
- Unauthorized Use: The action should only be visible to users with active session delegation in the system.
- Access Refresh: The user's Authorization data should be reloaded after return.
Return To User Session From Delegation is a critical action that enables users to securely return to their original identity after temporary task delegation. Secure and controlled termination of delegation management is of great importance for both access security and user experience.