PasswordProtectedTransport

Tom Scavo trscavo at gmail.com
Thu Jan 12 23:57:24 GMT 2012


On Thu, Jan 12, 2012 at 4:54 PM, Tom Poage <tfpoage at ucdavis.edu> wrote:
>
> I managed to get a sneak peek at the ECMA/JavaScript code that
> originates the ServiceNow SAML AuthnRequest.
>
>> getAuthnRequestString:function ()
>>   {
>>     var elem = this.SAML2.createAuthnRequest ();
>>
>>     this.SAML2.createIssuer (elem);
>>     this.SAML2.createNameIDPolicy (elem);
>>     var rElem = this.SAML2.createRequestedAuthnContext (elem);
>>     this.SAML2.createAuthnContextClassRef (rElem);
>>
>>     return this.SAML2.getEncodedSAMLRequest (elem);
>>   }

So are you saying that they've implemented a SAML SP in JavaScript?
Just out of curiosity, what does the license header on the script file
say?

Thanks,
Tom


More information about the users mailing list