From e35072c687c148e3229481c65c7843639921c01a Mon Sep 17 00:00:00 2001 From: garrettmills Date: Thu, 13 Aug 2020 01:57:01 -0500 Subject: [PATCH] Remove test data --- config/oidc.config.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config/oidc.config.js b/config/oidc.config.js index 26532e3..fb87fdf 100644 --- a/config/oidc.config.js +++ b/config/oidc.config.js @@ -1,13 +1,6 @@ const oidc_config = { provider: { - clients: [ - { - client_id: 'foo', - client_secret: 'foo', - redirect_uris: ['http://localhost:3000/user/oauth2/CoreID/callback'], - grant_types: ['refresh_token', 'authorization_code'], - } - ], + } }