Closed distortedsignal closed 5 years ago
Thanks again @distortedsignal, just tell me when this is ready to test, but if I understand correctly, in my case this will at least need another PR.
@guillaumeeb you're right - this is step 1. You'll probably want to test version 0.0.4. I'll ping you when that is ready to go.
Usually, SAML Service Providers supply metadata so that IdPs can easily interoperate with the individual services. After a request from @guillaumeeb, I thought that it would be a good plan for the Authenticator to also supply this metadata.
This is a pretty early cut of this ability, but I think it's a good start. I'll try using this with one of the IdPs that my company has set up and make changes to this branch. I think this completes #5.
Currently, if the jupyterhub is set up on localhost at port 8000, the returned XML looks like this:
Obviously this isn't as useful as it could be. There are currently issues open on the Authenticator to support fields such as SP OrganizationName and OrganizationDisplayName. I want to make this change small enough to be comprehensible.
Signed-off-by: Tom Kelley distortedsignal@gmail.com