diff --git a/example/src/config/keycloak-config.service.ts b/example/src/config/keycloak-config.service.ts index 028d7f8..9f8f5e3 100644 --- a/example/src/config/keycloak-config.service.ts +++ b/example/src/config/keycloak-config.service.ts @@ -6,7 +6,7 @@ export class KeycloakConfigService implements KeycloakConnectOptionsFactory { createKeycloakConnectOptions(): KeycloakConnectOptions { return { - authServerUrl: 'http://localhost:8180/auth', + authServerUrl: 'http://localhost:8180', realm: 'nest-example', clientId: 'nest-api', secret: '05c1ff5e-f9ba-4622-98e3-c4c9d280546e',