Sha256: 41b4bcd14e717f2e6139cfe27f168297f10d4bc8f1b44f00228ba7d60bb2b85f

Contents?: true

Size: 320 Bytes

Versions: 19

Compression:

Stored size: 320 Bytes

Contents

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

require 'saml/kit'

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

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
saml-kit-1.3.0 exe/saml-kit-decode-http-post
saml-kit-1.2.0 exe/saml-kit-decode-http-post
saml-kit-1.1.0 exe/saml-kit-decode-http-post
saml-kit-1.0.31 exe/saml-kit-decode-http-post
saml-kit-1.0.30 exe/saml-kit-decode-http-post
saml-kit-1.0.29 exe/saml-kit-decode-http-post
saml-kit-1.0.28 exe/saml-kit-decode-http-post
saml-kit-1.0.27 exe/saml-kit-decode-http-post
saml-kit-1.0.26 exe/saml-kit-decode-http-post
saml-kit-1.0.25 exe/saml-kit-decode-http-post
saml-kit-1.0.24 exe/saml-kit-decode-http-post
saml-kit-1.0.23 exe/saml-kit-decode-http-post
saml-kit-1.0.22 exe/saml-kit-decode-http-post
saml-kit-1.0.21 exe/saml-kit-decode-http-post
saml-kit-1.0.20 exe/saml-kit-decode-http-post
saml-kit-1.0.19 exe/saml-kit-decode-http-post
saml-kit-1.0.18 exe/saml-kit-decode-http-post
saml-kit-1.0.17 exe/saml-kit-decode-http-post
saml-kit-1.0.16 exe/saml-kit-decode-http-post