Skip to content

Commit 4c9f4fc

Browse files
tschannikanonrig
authored andcommitted
fix: removed deprecated /auth url path from keycloak config
1 parent 97f661a commit 4c9f4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class KeycloakService {
3636
const keycloak: any = new KeycloakConnect({}, {
3737
resource: this.options.clientId,
3838
realm: this.options.realmName,
39-
'auth-server-url': resolve(this.options.baseUrl, '/auth'),
39+
'auth-server-url': resolve(this.options.baseUrl),
4040
secret: this.options.clientSecret,
4141
} as any)
4242

0 commit comments

Comments
 (0)