Is it possible to change how the Windows Agent asks for credentials? Currently it is Userid and Passcode and then a subsequent screen requesting Windows Password.
Well...this is controlled by GPO on the local machine, or GPO pushed down from the domain controller.
There are various permutations of options, best to experiment with what you prefer, and see how they behave together.
you can change what is displayed (passcode or password)
you can enable windows password integration, so a user only needs the windows password once, then
the agent silently handles the windows password part by itself in the background until the password needs
to change or the password becomes incorrect for any reason, then the user gets the password prompting again.
However, the ordering of what is needed and when, if you are using tokens as part of the login,
will always be token first if token is required.
-always start with: username, and something typed in the passcode or password field, and login
-system checks if that username needs a token or not
-if you need a token, system transmits whatever you typed in the password or passcode field to RSA server
-if you do not need a token, it sends whatever was typed in the password or passcode field to the Microsoft login
Well...this is controlled by GPO on the local machine, or GPO pushed down from the domain controller.
There are various permutations of options, best to experiment with what you prefer, and see how they behave together.
you can change what is displayed (passcode or password)
you can enable windows password integration, so a user only needs the windows password once, then
the agent silently handles the windows password part by itself in the background until the password needs
to change or the password becomes incorrect for any reason, then the user gets the password prompting again.
However, the ordering of what is needed and when, if you are using tokens as part of the login,
will always be token first if token is required.
-always start with: username, and something typed in the passcode or password field, and login
-system checks if that username needs a token or not
-if you need a token, system transmits whatever you typed in the password or passcode field to RSA server
-if you do not need a token, it sends whatever was typed in the password or passcode field to the Microsoft login