saml icon indicating copy to clipboard operation
saml copied to clipboard

Interest in a fully working IDP server example?

Open heyLu opened this issue 3 years ago • 1 comments

Hi! Thank you for writing this package! I recently extended the existing example in example/idp to be a full, semi-configurable (but still tiny) IDP server. Is there any interest in merging that to have a more readily usable example?

The code for the extended example is at https://github.com/heyLu/saml/tree/babyidp/example/babyidp and contained in one commit (https://github.com/heyLu/saml/commit/076f83566b2b401bf28cdcff8410faf047f41efd). The main oddity in there is that it does a delayed request to itself to automatically add a client without having to run a second script after the server start.

However, to make it work with the application that was connecting to it I needed a second commit to add some attributes the application required. That is in the commit before: https://github.com/heyLu/saml/commit/e3c4cb3ad5011869f2130ed71857470f3430f3cc.

Is there any interest in merging this or a further modified variant? If not please feel free to close and disregard this issue.

heyLu avatar Feb 22 '22 20:02 heyLu

I'm not sure why this wouldn't be handled by settings RequestedAttributes in the ACS?

crewjam avatar Jun 25 '22 14:06 crewjam