Skip to content

Commit

Permalink
Update URL in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixlinker committed Oct 6, 2022
1 parent 3b57083 commit 800996d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A Social Authentication Protocol - Web-based Prototype

This repository contains the code for a React Single-Page Application prototype for SOAP, a Social Authentication Protocol.
The prototype is deployed under https://soap-wg.github.io/soap-web-proto/.
The prototype is deployed under https://soap-proto.net.

To build and host the prototype yourself, execute:
```
Expand All @@ -14,7 +14,7 @@ Note that this prototype is already configured with client IDs and redirect URLs
There are two ways in which you can use this prototype:

1. Manually alter redirect URLs.
Whenever you request a token in a locally hosted prototype, you will be forwarded to `https://soap-wg.github.io/soap-web-proto/`.
Whenever you request a token in a locally hosted prototype, you will be forwarded to `https://soap-proto.net`.
This will raise an error as the web application does not recognize the request.
You can simply replace aforementioned URL with your localhost path in the URL bar, and your locally hosted prototype should recognize the redirect correctly.
2. Alternatively, you can register your own OpenID Connect applications at Microsoft and GitLab.
Expand Down

0 comments on commit 800996d

Please sign in to comment.