Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# 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 |