The Shibboleth System is a standards based, open source software package for web single sign-on across or within organizational boundaries. It allows sites to make informed authorization decisions for individual access of protected online resources in a privacy-preserving manner.
The Shibboleth System is a standards based, open source software package for web single sign-on across or within organizational boundaries. It allows sites to make informed authorization decisions for individual access of protected online resources in a privacy-preserving manner.
To install shibboleth, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install shibboleth
To see what files were installed by shibboleth, run:
port contents shibboleth
To later upgrade shibboleth, run:
sudo port selfupdate && sudo port upgrade shibboleth
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.