mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3885]Change auth host path in cloud e2e tests (#4123)
This commit is contained in:
committed by
Eugenio Romano
parent
a19d2c99be
commit
968c65ff70
@@ -142,11 +142,11 @@ export class IdentityUserService {
|
||||
}
|
||||
|
||||
private buildUserUrl(): any {
|
||||
return `${this.appConfigService.get('bpmHost')}/auth/admin/realms/springboot/users`;
|
||||
return `${this.appConfigService.get('identityHost')}/users`;
|
||||
}
|
||||
|
||||
private buildRolesUrl(userId: string): any {
|
||||
return `${this.appConfigService.get('bpmHost')}/auth/admin/realms/springboot/users/${userId}/role-mappings/realm/composite`;
|
||||
return `${this.appConfigService.get('identityHost')}/users/${userId}/role-mappings/realm/composite`;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user