Navigate to Auth
The Navigate to Authentication Screen
action is designed to clear cached authentication data or allow users to proceed with different credentials for connector authentication. This functionality is particularly useful when users need to manage cached tokens and switch between authentication credentials for connectors within your app.
Setting up the Navigate to Auth
After successful authentication with a connector, you might want to reset cached token data. In this case, you can utilize the
Navigate to Authentication Screen
action.In the Configure Action's Fields section, you'll find a dropdown option that determines whether the app should be reloaded after authentication or if it should continue from where the user left off.
- If set to
TRUE
: After the user authenticates on the Managed Authentication screen, clickingContinue
will reload the app and start from the beginning. This is useful when you want to provide a fresh start after authentication. - If set to
FALSE
: After the user authenticates on the Managed Authentication screen, clickingContinue
will resume the app from where the user left off, preserving all data and progress.
- If set to
App Preview
Once you've set up the Navigate to Authentication Screen
action and configured its fields, you can preview its behavior.
In the preview, you'll experience how the action influences the app's behavior after authentication. Depending on whether the app is reloaded or continues from the last state, users can have a seamless experience while navigating the app's authenticated sections.
Utilizing the Navigate to Authentication Screen
action allows you to enhance user experience by providing options to manage cached authentication data and choose how the app behaves after authentication.