![](/images/new-backgrounds/1062313/6231311x1.webp)
Accordingly, a specific authentication implementation is invoked for authenticating a user:
•Each user needs to have a
•When the user logs into
•The application then determines the authentication implementation that is assigned for this user’s actor type by looking at the IFrameSecurity.properties file.
•The application loads the specific authentication implementer, and passes on login details (Internet Banking/Logon Id & password/passcode) of the user for authentication.
•When the user’s actor type does not have a corresponding entry in properties file, then the default implementation, assigned against “Any other User”, is invoked (For this document, it is
Authentication Implementation can be changed for any Actor type by just changing the entries in the IFrameSecurity.properties file. For example, to make RSA as default authentication implementation for any Actor Type, the only change required in the application is to assign “RSA Authentication” in the properties file for “Any Other User” as shown below:
Any Other User: RSA Authentication
6