Project

General

Profile

« Previous | Next » 

Revision 60593

[Library | Trunk]: Add verification urls in white auth list

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/error-interceptor.service.ts
11 11
@Injectable()
12 12
export class ErrorInterceptorService implements HttpInterceptor {
13 13
  
14
  private static UNAUTHORIZED_WHITELIST = [properties.userInfoUrl, properties.orcidAPIURL];
14
  private static UNAUTHORIZED_WHITELIST = [properties.userInfoUrl, properties.orcidAPIURL, properties.registryUrl + 'verification/'];
15 15
  
16 16
  constructor(private router: Router) {
17 17
  }

Also available in: Unified diff