Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
wayfinder/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14 lines (13 sloc)
673 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sacds | |
InCommon SeamlessAccess Central Discovery Service | |
## Running | |
### Prerequisities | |
<p>node / npm (if you have a mac, you can install these via homebrew) | |
<p>Once node and npm are installed, you need to: | |
<p><code>npm install express</code> | |
<p>You can run the app using: | |
<p><code>node bin/www</code> | |
<p> | |
<p>Then open your browser and navigate to: https://localhost:3000/DS/WAYF | |
<p>You can invoke a session initiation using the standard URL parameters <code>entityID</code> and <code>return</code>: | |
<p>example: http://localhost:3000/DS/WAYF?entityID=https://login.at.internet2.edu/Saml2/proxy_saml2_backend.xml&return=https%3A%2F%2Flogin.at.internet2.edu%2FSaml2%2Fdisco |