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.
Attachment : login.asp