chora_sid has asked for the wisdom of the Perl Monks concerning the following question:
I am working on SAML Authentication through ADFS. Code is in Perl CGI and I am relatively new to Perl CGI.
I am able to get SAMLResponse back but struggling to get its signature/hash validated.
In CPAN, its mentioned that required methods for authentication are in Crypt::OpenSSL::RSA library. However, some important methods like _load_public_x509_key, verify, etc are not present in this library.
Request you to please help me on this. Please help me get RSA library with _load_public_x509_key, verify, etc subroutines. Also, please share some knowledge/implementation on xml authentication in Perl.
Thanks in Advance !!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML Signature Validation in Perl
by CountZero (Bishop) on Feb 24, 2018 at 17:55 UTC | |
by chora_sid (Novice) on Feb 24, 2018 at 18:07 UTC | |
by choroba (Cardinal) on Feb 24, 2018 at 20:45 UTC | |
by CountZero (Bishop) on Feb 25, 2018 at 08:27 UTC | |
|
Re: XML Signature Validation in Perl
by beech (Parson) on Feb 26, 2018 at 06:39 UTC | |
by akalinux (Initiate) on May 03, 2019 at 23:49 UTC |