Login Method Examples of RADIUS
This document will help you to understand about how to login with RADIUS integrated systems.
๐ Instructions
You can use following formats to login a system that integrated with RADIUS.
Username and Password
Type your username (For example
monofor
)Type your password (For example
PaSSw0rD678*
)
Username, Password, and Authenticator Factor (Such as Push, SMS, OTP code)
Type your username (For example
monofor
)Type your password:
PASSWORD,challenge-method
push
sms
google
microsoft
You can use following examples
If you want to login with directly push notification after your username and password, format should be like this;
username
password,push
If you want to login with a SMS code
username
password,sms
You will receive an SMS authentication code
You can also combine them all together like including your Password, Authentication Factor and Token at the same time;
username
password
,google
,123456
This will directly use your Google Authenticator as your Authenticator for second factor and 123456 your OTP (One-Time Password).
For the second example (like using challenge-method or code for following) you need to configure following setting in your RADIUS (on Monosign UI).