We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cca1a commit 449341cCopy full SHA for 449341c
src/service.ts
@@ -31,7 +31,7 @@ export class KeycloakService {
31
throw new Error(`Invalid base url. It should start with either http or https.`)
32
}
33
this.options = options
34
- this.baseUrl = resolve(options.baseUrl, `/auth/realms/${options.realmName}`)
+ this.baseUrl = resolve(options.baseUrl, `/realms/${options.realmName}`)
35
36
const keycloak: any = new KeycloakConnect({}, {
37
resource: this.options.clientId,
0 commit comments