Skip Menu |

This queue is for tickets about the Net-SAML2 CPAN distribution.

Report information
The Basics
Id: 123926
Status: resolved
Priority: 0/
Queue: Net-SAML2

People
Owner: Nobody in particular
Requestors: jleu [...] mindspring.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.18



Subject: NOT A BUG:Any examples of implenting an IDP using Net::SAML2
All the examples I find are for implementing the SP side of SSO. I was wondering if Net::SAML2 could be used to implement the IDP functionality of SSO. Thank you for the great software!
Closing here but logged at https://github.com/timlegge/perl-Net-SAML2/issues/7 as an enhancement. I've never needed to set up an Identity Provider but it is an interesting use case. Overall Net::SAML2 would be a small part of the overall solution as you would need a back end authentication database like ldap, AD or some local database. Net::SAML2 would need to be modified to receive the Redirect have something perform the authentication and then POST the SAMLResponse back to the service provider.