Sha256: e1395daf392f0f1fb2d3b51371875a80ec8899e8fa8c52313872d249e288fb7c
Contents?: true
Size: 215 Bytes
Versions: 20
Compression:
Stored size: 215 Bytes
Contents
#!/usr/bin/env ruby require 'saml/kit' saml = STDIN.read binding = Saml::Kit::Bindings::HttpPost.new(location: '') xml = binding.deserialize('SAMLRequest' => saml).to_xml puts Nokogiri::XML(xml).to_xml(indent: 2)
Version data entries
20 entries across 20 versions & 1 rubygems