mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-23 00:08:20 +00:00
parent
6463b716ce
commit
252d0fa8b5
@ -58,7 +58,7 @@ const authConfig: AuthConfig = {
|
|||||||
responseType: 'code',
|
responseType: 'code',
|
||||||
oidc: true,
|
oidc: true,
|
||||||
clientId: 'YOUR-CLIENT-ID', // replace with your appid
|
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',
|
redirectUri: 'http://localhost:4200/auth/callback',
|
||||||
postLogoutRedirectUri: 'http://localhost:4200/signedout', // optional
|
postLogoutRedirectUri: 'http://localhost:4200/signedout', // optional
|
||||||
requireHttps: false // required for running locally
|
requireHttps: false // required for running locally
|
||||||
|
Loading…
x
Reference in New Issue
Block a user