Sha256: a0671c1fa2cc2e290c1b14a6205ab0fead23e35c514c43e5b4ed648ce96c14a2

Contents?: true

Size: 302 Bytes

Versions: 6

Compression:

Stored size: 302 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

require 'saml/kit'

Saml::Kit.deprecate("Use the 'saml-kit-cli' gem instead. saml-kit-decode-http-post")

saml = STDIN.read
binding = Saml::Kit::Bindings::HttpPost.new(location: '')
puts binding.deserialize('SAMLRequest' => saml).to_xml(pretty: true)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
saml-kit-1.0.15 exe/saml-kit-decode-http-post
saml-kit-1.0.14 exe/saml-kit-decode-http-post
saml-kit-1.0.13 exe/saml-kit-decode-http-post
saml-kit-1.0.12 exe/saml-kit-decode-http-post
saml-kit-1.0.11 exe/saml-kit-decode-http-post
saml-kit-1.0.10 exe/saml-kit-decode-http-post