Keith Beckman
Keith Beckman
Hi, I was wondering if you could implement the functionality [found in the CLI](https://docs.portworx.com/control/volume.html#pxctl-volume-import) for `pxctl volume import` into this API. We recently had a beta client with a need...
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...