Connect Widget Configuration Scenarios
The following shows several scenarios which partners may wish to present to end users, along with the correct configuration settings for each situation.
| Task | Configuration |
|---|---|
| Answer MFA for a specific member | Set the current_member_guid to a member whose connection_status is CHALLENGED. The widget will load the MFA view so the end user can respond to the MFA challenge. |
| Disable search when loading a specific institution | Set disable_institution_search to true and set current_institution_code or current_member_guid. The widget will load the login view for the specified institution. You must listen to the Back to Search event to intercept the user navigating back to search during the flow. |
| Resolve a member's error(s) | Set current_member_guid to a member in an error state. The widget will load in the error view so the end user can resolve the error. |
| Update a member's credentials | Set current_member_guid to the desired member's guid. If the member's credentials need to be updated, the widget will load the Update Credentials view for the member. |