Using SysCredentials to single sign FireFox authentication dialog

  • 7940986
  • 20-Aug-2009
  • 13-May-2013

Environment

SecureLogin
SecureLogin SSO
SSO – 6.1 with FIXC0808001 and above
SSO – All. Internet Browsers: FireFox 2.0 – 3.x

Situation

Can SecureLogin use ?SysUser and ?SysPassword to single sign specific realms or domains in Firefox?

Resolution

Yes. This can be done by adding the predefined FireFoxCredentialSelection application definition and using the
 ?FFCredential SysCredential command, as shown below.
 
##==================Example Script==================
If "sharenet.com" -in ?FFDomain
Set ?FFCredential -SysCredential
Endif
If ?FFDomain eq "gmail.com"
Set ?FFCredential Gmail
Endif
If "activcard.com" -in ?FFDomain
Set ?FFCredential -SysCredential
Endif
##===============================================
 
For more information regarding the "FirefoxCredentialSelection" application definition, please see the following knowledge base article:

https://support.microfocus.com/kb/doc.php?id=7940987987