Skip to content

SkylarKelty/saml-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
	),

About

SAML Module for authing against a JSON list of users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages