vivekrajenderan / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
Other
0 stars 0 forks source link

Is there a way to cleanly extend the AuthnRequest class? #554

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi folks,

I'm implementing SimpleSAMLPHP 1.10.0 as an IdP and I'm receiving an 
AuthnRequest from a SP, the request contains additional attributes that are not 
extracted from the xml in the AuthnRequest class constructor that I need access 
to.

I'd rather not just hack the AuthnRequest class itself, is there a recommended 
approach for creating a custom AuthnRequest class that extends 
/lib/SAML2/AuthnRequest as I'm not sure how I would get my custom class called?

Thanks,

Chris

Original issue reported on code.google.com by chr...@mydex.org on 14 Jun 2013 at 9:12

GoogleCodeExporter commented 9 years ago
Hi Chris,

What kind of attributes are you getting back in the AuthnRequest? Are they 
standard? If so, it could be possible to refine the AuthnRequest class to 
support them.

Original comment by jaim...@gmail.com on 18 Jul 2013 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by jaim...@gmail.com on 26 Feb 2014 at 2:19

GoogleCodeExporter commented 9 years ago
NeedsInfo, but no more information received. Closing the issue as WontFix -- it 
can be reopened on GitHub later if desired.

Original comment by olavmrk@gmail.com on 27 Feb 2014 at 10:41