Skip to content

Conversation

@owen
Copy link
Contributor

@owen owen commented Dec 9, 2015

Here's a new round of changes that make this work more nicely with Shibboleth servers. Highlights:

  • All methods now take a binding method that allows the binding type to be changed. I've tested this against HTTP-POST and HTTP-Redirect so far.
  • GetRequestUrl() now deflates the data before base64 & URLEncode. This is needed per the spec.
  • I've embedded an AuthnRequest inside AuthnSignedRequest, which simplified things quite a bit.

You may not want to merge these - I've changed the signatures on some of those functions. I'm not sure if I'm happy with that or not... I might poke at this a bit more to see if I can keep the API from changing.

owen added 4 commits December 9, 2015 15:26
* GetRequestUrl(int) now takes a int of the binding and doesn't assume
  Redirect.
* BindingPOST was changed to capitalize POST
* ACSIndex is now omitempty
@owen
Copy link
Contributor Author

owen commented Dec 10, 2015

I'm still thinking about how to keep the existing API as is. if anyone has thoughts, I'd be happy to hack them in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant