From 800996d63dec2be98741830ab321adf625aa62e8 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Thu, 6 Oct 2022 10:53:28 +0200 Subject: [PATCH] Update URL in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1120f6..eda81fc 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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.