Hi Gary,

 

I played around with it and was able to get this to work.  Below is the code
I used, in case anyone ever wants it.  Thanks for the thought.

 

Cheers,
Jeff

 

 

 

ASP Page Content

 

     <%

     dim mySubject

     dim myURL

     dim myRedirect

 

     mySubject = Request.ClientCertificate("SubjectCN")

     MyURL = "
https://midtier_name/arsys/servlet/ViewFormServlet?form=form_name&server=ser
ver_name&view=view_name&username=user_id&pwd=pass_word&mode=submit&Ffield_id
="

     myRedirect = myURL & mySubject

 

     response.Redirect(myRedirect)

     %>

 

Syntax for Request.ClientCertificate is:

 

     Request.ClientCertificate(Key[SubField])

 

Key Values are:

 

     Certificate (binary stream)

     ValidFrom

     ValidUntil

     Issuer

     ceCertPresent

     ceUnrecognizedIssuer

     SerialNumber

 

SubField Values:

 

     C (Country)

     CN (Common Name)

     GN (Given Name)

     I (Set of Initials)

     L (Locality)

     O (Company/Organization)

     OU (Org Unit)

     S (State/Province)

     T (Title of Person/Org)

 

So, to get the common name of the individual, you would use the Subject key
and CN SubField (SubjectCN).  If you wanted the Issuer Locality, you would
use the Issuer Key and L SubField (IssuerL).

 

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Opela (Corporate)
Sent: Wednesday, July 09, 2008 10:52 AM
To: [email protected]
Subject: Re: Set Fields with Web Page Content or Other Ideas?

 

** 

You could set a variable to the output of the request.clientcertificate
command, then whenever you opened the remedy form from your ASP page, I
think you could pass it in your link to pre-populate the field.

 

Run Process on the mid-tier doesn't work well.

 

Thanks,

 

Gary Opela, Jr., RSP

Remedy Engineer

Leader Communications, Inc.

http://www.5pointleader.com

http://www.lcibest.com

Best Product, Best People, Best PriceTM

An ISO 9001:2000 Certified, CMMIR Level 3 Rated Company

  _____  

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff Lockemy (Northrop Grumman
Mission Systems)
Sent: Wednesday, July 09, 2008 12:25 PM
To: [email protected]
Subject: Set Fields with Web Page Content or Other Ideas?

 

Good Morning,

 

I have an Active Server Page running on our web server that has the
following command that pulls and displays the details of the SSL certificate
used to authenticate to the website.

 

<%= Request.ClientCertificate("Subject") %>

 

Do anyone know if there is a way to execute this page and the resulting
information into a field on the Remedy form using a Set Fields $RUN PROCESS$
command?

 

Or if anyone has another way I could capture this information into a Remedy
field?

 

Thank you in advance.

 

Jeff

 

 

 

 

 

 

 

 

 

__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
html_____Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers
Are" html___ 


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to