An open API service indexing awesome lists of open source software.

https://github.com/jas-/software-licensing

University Of Utah - Marriott Library Software licensing
https://github.com/jas-/software-licensing

Last synced: about 2 months ago
JSON representation

University Of Utah - Marriott Library Software licensing

Awesome Lists containing this project

README

        

#uSSO
A single sign on solution for the Marriott Library at the University Of Utah.

#Features
* RSA Public key authentication
* XMLHttpRequest proxy
* Blacklist ACL per host
* Whitelist ACL per application

#Notes
Refering applications using authentication must have their application added to the whitelist ACL and use PHP cURL functionality. If server configuration uses SELinux the following command will resolve permission denied errors.
```sh
setsebool -P httpd_can_network_connect 1
```