Multi Factor Authentication 02 and Automation Point
search cancel

Multi Factor Authentication 02 and Automation Point

book

Article ID: 74887

calendar_today

Updated On:

Products

Automation Point

Issue/Introduction

I am attempting to find another avenue to use Multi Factor Authentication (MFA) in conjunction with Automation Point. We are currently using the Automation Point (APView R11.1) client.

  1. How many characters in the password field are supported for entry?
  2. Are any of the password characters filtered either through the client or the server?
    • Any characters removed for any reason?
  3. Are all password characters entered 'passed through' to the active directory API then to active directory?
  4. Is there a character limitation with the AD API being used.
    • Any character filtering?

Environment

  • VMWare Server, Windows Server 2012 R2 x64
  • AP R11.5.1.0 
  • APView R11.1 client.

Resolution

We are currently using the CA Automation Point View (APView R11.1) client. How many characters in the password field are supported for entry?

  •  Answer: 31

Are any of the password characters filtered either through the client or the server? Any characters removed for any reason?

  • Answer: There is no filtering, so other than zero string end character, anything that can be typed in is passed. Password is in 8 bit ASCI, so some non-English codepage characters would be passed in as their respective code, which could for some of those be difficult to type on different machine with different code-page, but that is common problem and people using such national setting knows and avoid it.
Are all password characters entered 'passed through' to the active directory API then to active directory?
  • Answer: Yes
Is there a character limitation with the AD API being used. Any character filtering?
  • Answer: No