omniauth-wsfed
omniauth-wsfed copied to clipboard
WS-Federation and WS-Trust strategy for OmniAuth.
The gem was raising an exception when in the callback there are elements without content, like: <Element /> In those cases the following is raised: undefined method `lstrip' for nil:NilClass...
Currently, this gem only supports the SAML 2.0 AuthN token format. Add support for SAML 1.1 format tokens. The back story can be found [here](https://github.com/kbeckman/omniauth-wsfed/issues/8).
When token decryption is added, the gem/ YAML config will have to include X509 cert details for decryption. I'm going to rename the existing certificate settings to reflect the fact...
There may be instances where relying parties need to support multiple issuers (rather than a single issuer or single Federation Provider). Add the functionality to support multiple issuers in the...
As of right now, this gem will not decrypt encrypted SAML tokens -- it only validates unencrypted, signed tokens.. This isn't really a problem as long as tokens are posted...