diff --git a/src/app/core/auth/auth.interceptor.ts b/src/app/core/auth/auth.interceptor.ts index 41b367eaa6..09ac357ac9 100644 --- a/src/app/core/auth/auth.interceptor.ts +++ b/src/app/core/auth/auth.interceptor.ts @@ -123,7 +123,7 @@ export class AuthInterceptor implements HttpInterceptor { } else { authMethodModels.push(new AuthMethodModel(AuthMethodType.Password)); } - authMethodModels.push(new AuthMethodModel(AuthMethodType.Shibboleth, 'location')); + return authMethodModels; }