From 790afc80bff8d76555448773e021386d8e6d1586 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 7 Dec 2023 15:12:37 +0100 Subject: OAuth: Remove ISS check Too many issues with upstream servers. Needs disco v3 changes --- internal/server/instituteaccess.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/server/instituteaccess.go') diff --git a/internal/server/instituteaccess.go b/internal/server/instituteaccess.go index a51409f..f77e64a 100644 --- a/internal/server/instituteaccess.go +++ b/internal/server/instituteaccess.go @@ -109,6 +109,6 @@ func (ias *InstituteAccessServer) init( return err } API := ias.Basic.Endpoints.API.V3 - ias.Auth.Init(url, API.Authorization, API.Token) + ias.Auth.Init(API.Authorization, API.Token) return nil } -- cgit v1.2.3