Revision 60593
Added by Konstantinos Triantafyllou over 3 years ago
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
[Library | Trunk]: Add verification urls in white auth list