https://github.com/stuartleeks/idsvrtest-split
Project to test combining the [Identity Server tutorial](http://identityserver4.readthedocs.io/en/release/quickstarts/0_overview.html) into a single Project
https://github.com/stuartleeks/idsvrtest-split
Last synced: about 1 year ago
JSON representation
Project to test combining the [Identity Server tutorial](http://identityserver4.readthedocs.io/en/release/quickstarts/0_overview.html) into a single Project
- Host: GitHub
- URL: https://github.com/stuartleeks/idsvrtest-split
- Owner: stuartleeks
- Created: 2017-02-09T09:04:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T10:43:12.000Z (over 9 years ago)
- Last Synced: 2025-02-17T10:49:09.083Z (over 1 year ago)
- Language: C#
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IdSvrTest-Split
Project to test combining the [Identity Server tutorial](http://identityserver4.readthedocs.io/en/release/quickstarts/0_overview.html) into a single Project
## Running
Start the idsvrtest-split project and navigate to http://localhost:5000/quickstarts
Log in as `alice` or `bob` with password `password`. That will return you to the homepage where the claims will be displayed.
To log out, click the username at the top of the page and log out.
## Status
* Logging in works (local user, Google and Facebook)
* Logging out works
* Need to look at the post logout redirect as that isn't working
* JS Client works