Forum Discussion

tony_iervolino_'s avatar
tony_iervolino_
Icon for Nimbostratus rankNimbostratus
Jul 23, 2018

Google Auth Issue when Logging on

I'm having an issue when logging into an APM Page with Google Auth.

 

In the GA_code_verify the logon name is returning an error message

 

When logging to an APM we normally use ACCESS::session data get session.logon.last.username But because we registered our Google codes with firstname.lastname@domain.ca we changed the ga code to use our e-mail address instead of our split domain session.last.username but we want to use set username [ACCESS::session data get session.logon.last.email]

 

It returns this error message which pulls the : AD module: query with '(sAMAccountName=MyLastname)' failed: Preauthentication failed, principal name: MyLastname@domain.PRI. Invalid user credentials. Our user Principal name is set to firstname.lastname@domain.ca We use a split domain between our external and our internal.

 

Irule GA code is set to look for user principal name but still returns the error message above where it's using my sAMAccountName=MyLastname

 

How do we get it to use firstname.lastname@domain.ca, how our GEsecurity is set?

 

     set variables from APM logon page
    set username [ACCESS::session data get session.logon.last.email]
    set ga_code_attempt [ACCESS::session data get session.logon.last.$static::ga_code_form_field] 
No RepliesBe the first to reply