2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-saml2debug

A module to debug encoding and decoding of SAML message for both the HTTP-redirect and HTTP-POST bindings.

image

simplesamlphp/simplesamlphp-module-saml2debug

A module to debug encoding and decoding of SAML message for both the HTTP-redirect and HTTP-POST bindings.

  • Wednesday, March 1, 2017
  • by jaime
  • Repository
  • 6 Watchers
  • 1 Stars
  • 7,268 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

SAML 2.0 debugger module

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level, (*1)

This module allows you to debug SAML 2.0 messages by decoding or encoding them according to the binding they are using, supporting both the HTTP-Redirect and HTTP-POST bindings., (*2)

Installation

Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:, (*3)

composer.phar require simplesamlphp/simplesamlphp-module-saml2debug:dev-master

where dev-master instructs Composer to install the master branch from the Git repository. See the releases available if you want to use a stable version of the module., (*4)

Configuration

Next thing you need to do is to enable the module:, (*5)

in config.php, search for the module.enable key and set saml2debug to true:, (*6)

'module.enable' => [ 'saml2debug' => true, … ],

Usage

Once installed, you can use the module by going to the configuration tab in the web interface of SimpleSAMLphp. You will see a link there to the debugger, allowing you to encode and decode SAML 2.0 messages, selecting the binding to use., (*7)

The Versions

01/03 2017

dev-master

9999999-dev

A module to debug encoding and decoding of SAML message for both the HTTP-redirect and HTTP-POST bindings.

  Sources   Download

The Requires

 

by Olav Morken

modules simplesamlphp

07/08 2015

v1.0

1.0.0.0

A module to debug encoding and decoding of SAML message for both the HTTP-redirect and HTTP-POST bindings.

  Sources   Download

The Requires

 

by Olav Morken

modules simplesamlphp