Authenticator apps (eg. Google Authenticator) are a popular way to leverage 6-digit One-Time Passcodes based multi-factor authentication. LoginTC supports the enrollment of software tokens in authenticator apps. This means that organizations that already have the application deployed can continue to leverage it without having to deploy a new smartphone app.
Professional, Business or Enterprise subscription required
See the Pricing page for more information about subscription options.
Supported authenticator apps
Authenticator apps must be compliant with time based TOTP protocol defined in RFC 6238.
To enable or disable authenticator app for a specific application:
Authenticator App is compatible with all LoginTC Connectors:
LoginTC RADIUS Connector
Authenticator App is compatible with the LoginTC RADIUS Connector in any Authentication Mode; e.g. Direct, Challenge, Challenge Interactive and Iframe.
Enrollment Email
Authenticator Apps are issued using a LoginTC Enrollment Link. For more information see: Enrollment Email – Enrollment Link.
To associate an authenticator app with a user:
To disassociate an authenticator app with a user:
Authenticator authentication with Authentication Mode Iframe for Citrix NetScaler:
The user selects Authenticator App and enters the corresponding 6 digit code from their app.
When authenticating, a user enters their username normally. In the password field, they should should enter their password followed immediately by a comma and the One-Time Password (OTP) displayed on the Authenticator App.
Regular input (without OTP):
username: john.doe
password: johnPassword
Input with OTP:
username: john.doe
password: johnPassword,253340
If the OTP is valid, the user will be authenticated. If the OTP is invalid the user’s request will be denied.
Warning
There must not be any spaces between the password, the comma, and the OTP
Using Authenticator App generated OTPs with Challenge and Challenge Interactive Mode also works. The user simply needs to enter the generated 6 digit code after entering their username and password.
Coming soon.
For more examples see: Authenticator App