Project

General

Profile

« Previous | Next » 

Revision 48849

Minor Changes, fixes for user menu | comment linking box in publication landing | set Logout url

View differences:

openaireProperties.ts
96 96
    private static loginUrl ="http://mpagasas.di.uoa.gr:8080/uoa-user-management-1.0.0-SNAPSHOT/openid_connect_login";
97 97
    private static loginUrl_pm ="https://beta.services.openaire.eu/uoa-user-management/openid_connect_login";
98 98

  
99
    private static logoutUrl ="https://aai.openminted.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=";
100
    private static logoutUrl_pm ="https://aai.openminted.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=";
101

  
99 102
    private static cookieDomain =".di.uoa.gr";
100 103
    private static cookieDomain_pm =".openaire.eu";
101 104

  
......
336 339
        return this.loginUrl;
337 340
      }
338 341
    }
342
    public static getLogoutURL():string{
343
      if(this.productionMode){
344
        return this.logoutUrl_pm;
345
      }else{
346
        return this.logoutUrl;
347
      }
348
    }
339 349
    public static getCookieDomain():string{
340 350
      if(this.productionMode){
341 351
        return this.cookieDomain_pm;

Also available in: Unified diff