From 08f944644c84794dbd48d9ce15db741f846e56f3 Mon Sep 17 00:00:00 2001 From: Tal Aviel Date: Tue, 21 Jul 2020 11:52:19 -0500 Subject: [PATCH] update sample --- sample/public/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sample/public/index.html b/sample/public/index.html index aff97c5..ea96c80 100644 --- a/sample/public/index.html +++ b/sample/public/index.html @@ -49,9 +49,8 @@ let tokens; try { await appID.init({ - clientId: '6757117a-4715-4f86-af8e-c9437de0cb86', - // discoveryEndpoint: 'https://eu-gb.appid.test.cloud.ibm.com/oauth/v4/d28b6a9a-f34c-4fcf-972b-5e957f029650/.well-known/openid-configuration' - discoveryEndpoint: 'http://localhost:6002/oauth/v4/d28b6a9a-f34c-4fcf-972b-5e957f029650/.well-known/openid-configuration' + clientId: '', + discoveryEndpoint: '' }); } catch (e) { console.error(e);