docs: fix issuer (#3925)

Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
Fabi 2022-07-07 15:42:58 +02:00 committed by GitHub
parent 6463b716ce
commit 252d0fa8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ const authConfig: AuthConfig = {
responseType: 'code',
oidc: true,
clientId: 'YOUR-CLIENT-ID', // replace with your appid
issuer: 'https://issuer.zitadel.ch',
issuer: '<YOUR-DOMAIN>', // eg. https://acme-jdo9fs.zitadel.cloud
redirectUri: 'http://localhost:4200/auth/callback',
postLogoutRedirectUri: 'http://localhost:4200/signedout', // optional
requireHttps: false // required for running locally