-
Add SP to
authsources.php'default-sp' => array( 'saml:SP', 'entityID' => 'https://svwiki.cloudapp.net', 'discoURL' => NULL, 'privatekey' => 'saml.pem',
'certificate' => 'saml.crt',
| #!/bin/bash | |
| # A simple script to backup an organization's GitHub repositories. | |
| #------------------------------------------------------------------------------- | |
| # NOTES: | |
| #------------------------------------------------------------------------------- | |
| # * User @jimklimov (and probably some others called out in the long comment | |
| # thread below) have modified this script to make it more robust and keep | |
| # up with various changes in the GitHub API and response format at: | |
| # https://github.com/jimklimov/github-scripts |