Symantec Access Management

Custom Login Page 

Oct 16, 2014 10:21 PM

Summary :

 

Attached is the bare bone custom Login page written in ASP which post to the OOTB Login.fcc page.

This also includes the support for the case when SecureURLs is set to YES in the Agent Configuration object.

When SecureURLs is enabled  SiteMinder encrypts all of the query parameter (e.g. target, smagentname etc) into a query parameter named "smquerydata" while doing the redirection.

 

Here is the summary of the data that is required to be posted to Login.fcc

 

When SecureURLs=No

=================

The post form data contains following :

 

Required:

  • target
  • smagentname

 

Optional:

  • smenc
  • smlocale
  • smquerydata
  • postpreservationdata
  • smauthreason

 

Post URL : /siteminderagent/forms/login.fcc

 

When SecureURLs=YES

===================

The post form data contains following :

 

Required:

  • smquerydata

 

Optional:

  • smenc
  • smlocale
  • target
  • smauthreason
  • postpreservationdata
  • smagentname

 

Post URL : /siteminderagent/forms/login.fcc?SMQUERYDATA=******

 

Hope this helps. Feel free to ask any question if you have one.

 

 

Addtional References :

Tech Tip : CA Single Sign-On :: Web Agent::How to restrict user from using login.fcc directly 

Statistics
0 Favorited
40 Views
1 Files
0 Shares
12 Downloads
Attachment(s)
zip file
login.asp.zip   1 KB   1 version
Uploaded - May 29, 2019

Related Entries and Links

No Related Resource entered.