www.samltool.com Open in urlscan Pro
34.215.29.199  Public Scan

Submitted URL: http://samltool.com/
Effective URL: https://www.samltool.com/
Submission: On April 27 via api from GB — Scanned from GB

Form analysis 2 forms found in the DOM

POST

<form id="decode_form" class="encode-hide" method="post">
  <div class="row">
    <h3>Base64 Decode + Inflate</h3>
    <div class="col-sm-12">
      <label for="deflatedandencoded">Deflated and Encoded XML</label>
      <div class="copy-container">
        <textarea required="" class="form-control clipboard" id="deflatedandencoded" name="deflatedandencoded" cols="100" rows="8"></textarea>
        <input type="submit" class="btn btn-primary btn-sm pull-right" title="Decode and Inflate XML" id="act_decode_and_inflate" name="act_decode_and_inflate" value="Decode and Inflate XML">
        <button type="button" class="clipboard-copy-button" id="d_clip_button1" title="Click me to copy the deflated and encoded XML to clipboard." data-clipboard-target="#deflatedandencoded"><i class="fa fa-copy fa-fw"></i></button>
      </div>
    </div>
  </div>
  <div class="spacer-30"></div>
  <div class="row">
    <div class="col-md-6">
      <label for="deflated">Deflated XML</label>
      <div class="copy-container">
        <textarea class="form-control clipboard" id="deflated" name="deflated" cols="100" rows="8"></textarea>
        <button type="button" class="clipboard-copy-button" id="d_clip_button2" title="Click me to copy the deflated XML to clipboard." data-clipboard-target="#deflated"><i class="fa fa-copy fa-fw"></i></button>
      </div>
    </div>
    <div class="col-md-6">
      <label for="xml">XML</label>
      <div class="copy-container">
        <textarea class="form-control clipboard" id="xml" name="xml" cols="100" rows="8"></textarea>
        <button type="button" class="clipboard-copy-button" id="d_clip_button3" title="Click me to copy the XML to clipboard." data-clipboard-target="#xml"><i class="fa fa-copy fa-fw"></i></button>
      </div>
    </div>
  </div>
</form>

POST

<form id="validate_form" class="encode-hide" method="post">
  <div class="row">
    <h3>VALIDATE SAML RESPONSE</h3>
    <div class="col-lg-6">
      <div class="form-group">
        <div id="validateresponse-area1">
          <div>
            <label for="response_xml">SAML Response</label>
            <div class="copy-container">
              <textarea required="" class="form-control clipboard" id="response_xml" name="response_xml" cols="100" rows="16"></textarea>
              <button type="button" class="clipboard-copy-button" id="d_clip_button4" title="Click me to copy the SAML Response to clipboard." data-clipboard-target="#response_xml"><i class="fa fa-copy fa-fw"></i></button>
            </div>
            <p class="help-block">Plain XML or Base64encoded</p>
          </div>
        </div>
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <div id="validateresponse-area2">
          <div>
            <label for="idp_entityid">IdP EntityId</label>
            <input type="text" required="" class="form-control" id="idp_entityid" name="idp_entityid" value="">
            <label for="sp_entityid">SP EntityId</label>
            <input type="text" required="" class="form-control" id="sp_entityid" name="sp_entityid" value="">
            <label for="acs_url">SP Attribute Consume Service Endpoint</label>
            <input type="url" required="" class="form-control" id="acs_url" name="acs_url" value="">
            <label for="target">Target URL, Destination of the Response</label>
            <input type="url" required="" class="form-control" id="target" name="target" value="">
            <label for="request_id" class="optional">Request ID</label>
            <input type="text" class="form-control" id="request_id" name="request_id" value="">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="spacer-30"></div>
  <div class="row">
    <div class="col-lg-6">
      <div class="form-group">
        <div id="validateresponse-area3">
          <div>
            <label for="private_key" class="optional">Private Key of the SP (to decrypt elements)</label>
            <div class="copy-container">
              <textarea class="form-control clipboard" id="private_key" name="private_key" cols="100" rows="8"></textarea>
              <button type="button" class="clipboard-copy-button" id="d_clip_button5" title="Click me to copy the Private Key to clipboard." data-clipboard-target="#private_key"><i class="fa fa-copy fa-fw"></i></button>
            </div>
          </div>
        </div>
        <div class="icheckbox_square-blue" style="position: relative;"><input type="checkbox" name="ignore_timing" id="ignore_timing"
            style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"><ins class="iCheck-helper"
            style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div> <label>Ignore timing issues</label>
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <div id="validateresponse-area4">
          <div>
            <label for="x509cert">X.509 cert of the IdP (to check Signature)</label>
            <div class="copy-container">
              <textarea required="" class="form-control clipboard" id="x509cert" name="x509cert" cols="100" rows="8"></textarea>
              <button type="button" class="clipboard-copy-button" id="d_clip_button6" title="Click me to copy the X.509 Cert to clipboard." data-clipboard-target="#x509cert"><i class="fa fa-copy fa-fw"></i></button>
            </div>
          </div>
        </div>
        <input type="submit" class="btn btn-primary btn-sm pull-right" title="Validate SAML Response" id="act_validate_response" name="act_validate_response" value="Validate SAML Response">
      </div>
    </div>
    <div class="col-lg-12">
      <div class="form-group">
        <div id="validateresponse-area5">
        </div>
      </div>
    </div>
    <div class="col-lg-12">
      <div class="callout callout-warning">
        <h4>Private key value is not stored</h4>
        <p>Any private key value that you enter or we generate is not stored on this site or on the OneLogin platform. Also, notice that this tool is provided via an HTTPS URL to ensure that private keys cannot be stolen.</p>
        <p>For extra security, please do not use production keys on this site.</p>
      </div>
    </div>
  </div>
</form>

Text Content

SAML Developer Tools

--------------------------------------------------------------------------------


Share
Follow Tweet
800
 * Online Tools
 * Documentation
 * Plugins
 * Toolkits
 * Get OneLogin


SAML DEVELOPER TOOLS


TEST. REVIEW. LEARN





DOWNLOAD OUR OPEN-SOURCE SAML TOOLKITS FROM GITHUB

PHP SAML Toolkit Download On Github Python SAML Toolkit Download On Github Ruby
SAML Toolkit Download On Github Java SAML Toolkit (Beta) Download On Github .NET
SAML Toolkit (Beta) Download On Github


WHAT IS SAML?


SECURITY ASSERTION MARKUP LANGUAGE

An XML-based, open-standard data format for exchanging authentication and
authorization data between parties, in particular, between an identity provider
and a service provider.

Read More on Wikipedia


PASSIONATE ABOUT SAML?


ONELOGIN IS HIRING!

If you are self-motivated, collaborative, and interested in building technology
that will have a real impact, we'd love to talk with you.

View Job Listings




WHY USE SAML?

Fast

One-click access from portals or intranets, deep linking, password elimination
and automatically renewing sessions make life easier for the user.

Secure

Based on strong digital signatures for authentication and integrity, SAML is a
secure single sign-on protocol that the largest and most security conscious
enterprises in the world rely on.

Open Source Standards Base

SAML is based on a standard, which ensures interoperability across identity
providers and gives enterprises the freedom to choose a vendor.

Phishing Prevented

If you don't have a password for an app, you can't be tricked into entering it
on a fake login page.

It's Friendly

SAML simplifies life for IT because it centralizes authentication, provides
greater visibility, enables the provisioning of users in and out of applications
and cuts down on password resets and help desk tickets.




MANAGE YOUR SAML MESSAGES

See All Tools



BASE64 DECODE + INFLATE

Deflated and Encoded XML


Deflated XML

XML

Clear Form Fields



VALIDATE SAML RESPONSE

SAML Response


Plain XML or Base64encoded

IdP EntityId SP EntityId SP Attribute Consume Service Endpoint Target URL,
Destination of the Response Request ID

Private Key of the SP (to decrypt elements)


Ignore timing issues
X.509 cert of the IdP (to check Signature)



PRIVATE KEY VALUE IS NOT STORED

Any private key value that you enter or we generate is not stored on this site
or on the OneLogin platform. Also, notice that this tool is provided via an
HTTPS URL to ensure that private keys cannot be stolen.

For extra security, please do not use production keys on this site.


Clear Form Fields


WE'VE HELPED OVER 300+ COMPANIES SAML-ENABLE THEIR APPLICATIONS. TRY IT YOURSELF
WITH A ONELOGIN DEVELOPERS ACCOUNT.






Get OneLogin

SAML Developer Tools

--------------------------------------------------------------------------------

 * 
 * 
 * 

 * Online Tools
 * Documentation
 * Plugins
 * Toolkits
 * 
 * OneLogin Developer Portal
 * Company
 * Careers

Security /// Terms /// Privacy © 2022 OneLogin, Inc. All rights reserved.