Skip to content

Commit

Permalink
Update keycloak-config.service.ts
Browse files Browse the repository at this point in the history
In the latest version of keycloak, auth url has been changed to http://localhost:8180 from http://localhost:8180/auth
  • Loading branch information
manishkgitrepo committed Nov 7, 2022
1 parent 69080fc commit fafaeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/config/keycloak-config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fafaeca

Please sign in to comment.