mrvanes / simplesamlphp-module-error
There is no license information available for the latest version (v1.0) of this package.
A module to generate SAML Error Responses in a controlled way.
Package info
github.com/mrvanes/simplesamlphp-module-error
Type:simplesamlphp-module
pkg:composer/mrvanes/simplesamlphp-module-error
v1.0
2020-08-19 11:27 UTC
Requires
This package is auto-updated.
Last update: 2026-03-11 08:30:24 UTC
README
SimpleSAMLphp SAML ErrorResponse generator
This package can be used to generate SAML ErrorResponses in a controlled way. Useful when testing SP Error handling.
Configuration
'authproc' => array(
0 => array(
'class' => 'error:ErrorResponse',
'status' => SAML2\Constants::STATUS_RESPONDER,
'code' => 'FooCode',
'message' => 'Foo Message'
),
code may not contain spaces. All spaces are removed.