From 79e801e609a374b5adf660edd377e80b1f0510ab Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Mon, 23 Aug 2021 13:07:35 +0200 Subject: [PATCH] doc: remove dummy secret from authconfig in angular (#2257) --- docs/docs/quickstarts/angular.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/quickstarts/angular.md b/docs/docs/quickstarts/angular.md index bfadcceb9e..80335bb2e1 100644 --- a/docs/docs/quickstarts/angular.md +++ b/docs/docs/quickstarts/angular.md @@ -30,7 +30,7 @@ Continue and Create the application. ### Client ID and Secret -After successful app creation a popup will appear showing you your clientID as well as a secret. +After successful app creation a popup will appear showing you your clientID. Copy your client ID as it will be needed in the next step. ## Angular Setup @@ -58,7 +58,6 @@ const authConfig: AuthConfig = { responseType: 'code', oidc: true, clientId: 'YOUR-CLIENT-ID', // replace with your appid - dummyClientSecret: 'YOUR-SECRET', // required by library issuer: 'https://issuer.zitadel.ch', redirectUri: 'http://localhost:4200/auth/callback', postLogoutRedirectUri: 'http://localhost:4200/signedout', // optional