From f42525e628dc9e0e5766ac5ec1905534a6054782 Mon Sep 17 00:00:00 2001 From: Baptiste Toulemonde <toulemonde@cines.fr> Date: Wed, 15 Dec 2021 18:05:33 +0100 Subject: [PATCH] remove conf staging --- src/app/authentication/services/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/authentication/services/auth.service.ts b/src/app/authentication/services/auth.service.ts index 80d6b8512..70aa1b432 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; -- GitLab