Security

last person joined: 18 hours ago 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Email input validation on Clearpass guest login portal

This thread has been viewed 0 times
  • 1.  Email input validation on Clearpass guest login portal

    Posted Sep 30, 2015 04:54 PM

    I am trying to find a way to prevent my end-users from wanting to place their AD credentials in the Username and Password input field on the default created login page. The login page does not appear to have a Form and Fields section on it's own so I am curious if there is a way to make sure that the username field requires to be in email format before the user can click submit. And if applicable, have the submit button stay disabled until the username is in email format. 

     

    Thank you, 



  • 2.  RE: Email input validation on Clearpass guest login portal

    EMPLOYEE
    Posted Sep 30, 2015 04:57 PM
    No, this is not possible, but you can add an enforcement rule at the top of
    the enforcement policy that is handling the login request to deny access if
    the realm is not used.



    Something like:



    Authentication: Full-Username NOT_CONTAINS @

    Deny Application Acess


  • 3.  RE: Email input validation on Clearpass guest login portal

    Posted Sep 30, 2015 05:05 PM

    Just to verify, in the login page section under Advanced Editor there is no HTML coding that Clearpass will respect in the username field to verify that an email address is input into that field? Or is the functionality I am looking for only possible from a custom login page?