From 75c7da5e413c2984403ec7e137aa73243148f157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mili=C4=87?= Date: Fri, 8 May 2020 12:20:29 +0200 Subject: [PATCH] refactor/Tweak README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e3a5d279..b1755ff2d 100644 --- a/README.md +++ b/README.md @@ -466,7 +466,7 @@ There are 3 API's endpoint related to webhooks: --- ## OpenID Connect -In order to enable an OIDC workflow at an instance of OBP-API portal app you need to set up next props: +In order to enable an OIDC workflow at an instance of OBP-API portal app(login functionality) you need to set-up the following props: ```props # Google as an identity provider # openid_connect_1.client_secret=OYdWujJl******_NXzPlDI4T @@ -480,8 +480,8 @@ In order to enable an OIDC workflow at an instance of OBP-API portal app you nee ``` Please note in the example above you MUST run OBP-API portal at the URL: http://127.0.0.1:8080 -## OAuth 2.0 -In order to enable an OAuth2 workflow at an instance of OBP-API backend app you need to setup next props: +## OAuth 2.0 Authentication +In order to enable an OAuth2 workflow at an instance of OBP-API backend app you need to set-up the following props: ``` # -- OAuth 2 --------------------------------------------------------------------------------- # Enable/Disable OAuth 2 workflow at a server instance