From 356aa6b52331f5e5b5fea9745e2276e2dcf615fe Mon Sep 17 00:00:00 2001 From: Pascal Wengerter Date: Mon, 22 Mar 2021 16:10:29 +0000 Subject: [PATCH] Fix further URL and small wording improvements --- docs/ocis/development/extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/development/extensions.md b/docs/ocis/development/extensions.md index 5163c4cd61..7f8815e3d8 100644 --- a/docs/ocis/development/extensions.md +++ b/docs/ocis/development/extensions.md @@ -31,10 +31,10 @@ TAGS=simple make generate build `bin/ocis server` -Open the browser at http://localhost:9100 +Open the browser at https://localhost:9200 1. You land on the login screen. click login -2. You are redirected to an idp at https://localhost:9200/oauth2/auth with a login mask. Use `einstein:relativity`to login (one of the three demo users) +2. You are redirected to an idp at https://localhost:9200/signin/v1/identifier with a login mask. Use `einstein:relativity` (one of the three demo users) to log in 3. You are redirected to http://localhost:9100/#/hello the ocis-hello app 4. Replace `World` with something else and submit. You should see `Hello %something else%`