Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 327 Bytes

SimpleSAMLPHP-JSON

SimpleSAMLPHP Module for authing against a JSON list of users

Note: Probably shouldnt exactly be considered the most secure SAML mod ever.

Example Config:

	'json' => array(
		'json:auth',
		'mappings' => '/saml/config/userlist.json',
		'encryption' => 'md5' // plain, md5, sha1
	),