diff --git a/src/app/authentication/services/auth.service.ts b/src/app/authentication/services/auth.service.ts
index 80d6b8512379639fc71b08087f443e98650d572f..70aa1b432ff48e0108df31cfedbfee829440ad86 100644
--- a/src/app/authentication/services/auth.service.ts
+++ b/src/app/authentication/services/auth.service.ts
@@ -22,7 +22,7 @@ const httpOptions = {
 })
 export class AuthService {
 
-  private authorizationEndpoint = '/oauth2/authorization/oidc';
+  private authorizationEndpoint = '/harvester/oauth2/authorization/oidc';
   private tokenEndpoint = '/login/oauth2/code/oidc';
   private baseUrl = environment.smartharvesterUrl;
   private FdpBaseUrl = environment.fdpUrl;