How to identify a borrower's login method
If your organization is configured with consumer Single Sign On (cSSO), borrowers can choose to log in with their online banking credentials or Blend credentials (email and password) during activation.
Knowing the borrower’s login method is helpful in situations where they need assistance with a password reset. If a borrower tries to reset their password in Blend and their login method is SSO, there will not be any password reset emails from Blend. The borrower will need to follow their online banking password reset procedures.
To identify the borrower’s login method we will need to look into the MISMO file and search for CustNumber. If this element exists in the MISMO, the borrower’s login method is SSO. Here is how to get there.
Download the Application Package
- Open the application in Blend.
- Click the ellipsis button.
- Select Download application package.
Open and view the contents in the MISMO file
- Navigate to the downloaded zipped folder and unzip the files.
- Locate the MISMO_3.4.0 XML (Extensible Markup Language) file.
- Right-click on the file and select Open WIth.
- Choose Google Chrome, Microsoft Edge, or any other XML viewer application.
Note: An XML viewer application is required in order to view the MISMO file contents. If you don't have an XML application, both Google Chrome and Microsoft Edge are XML viewers.
Search for the tag
- Open the search function on your computer (Ctrl+F on Windows, Command-F on macOS).
- Search for CustNumber.
If the borrower’s login method is SSO, the MISMO will display the customer number within the element tags.
<blend:CustNumber>000000</blend:CustNumber>
If the CustNumber tag is not present, the borrower’s login method is email and password if they have already activated their account.
Post is closed for comments.
Comments
0 comments