function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
algoalgo 

Delegated Authentication with Perl

Does anyone have any example code to do Delegated Authentication with Perl?

Thanks
adamgadamg
Unfortunately not that I'm aware of.

Out of curosity, why Perl? Are you integrating with LDAP?

If you make something work we'd love for you to open source it!
algoalgo
Perl because that's what our web server supports.

Actually trying to get RSA SecurID working, may be working now. Just need to test.

RSA stuff no problem, but have no idea how to do SOAP.

Would appreciate just the SOAP part using SOAP::Lite modules with a stub for the username and passcode validation.

Will consider making open source once tested.

Probably do some testing next week.
adamgadamg
Hmm. I'm guessing its not trival to implement the required endpoint in Perl - do you have the SSO endpoint WSDL and technical doc?
algoalgo
Just want to Delegated Authentication, not SSO.

Yes, I have the WSDL and docs, still not sure how use with Perl SOAP::Lite.

Anyway to test my implementation without affecting production.
adamgadamg
You can test on your Developer Edition account; let us know if you need SSO enabled for your DE org.

My recommendation would be see if you could implement a basic service/WSDL in Perl (ie something from xmethods), and then tackle the SSO WSDL.
algoalgo
Can you please enable this for my DE, been searching for an hour on where to set up delegated authentication.
greg-ugreg-u
Hello Adam,

I'm interested in the SSO endpoint WSDL and technical documentation.

Could you please point me to a spot, where to get it?

Thanks!

Kind Regards
Gregor