From b8908b6efe4027391a4e56a710cfc47570deed32 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Mon, 26 May 2014 15:41:00 -0400 Subject: [PATCH] cleaned up old test file --- .../webapp/resources/test/json/clients.js | 57 ------------------- 1 file changed, 57 deletions(-) delete mode 100644 openid-connect-server-webapp/src/main/webapp/resources/test/json/clients.js diff --git a/openid-connect-server-webapp/src/main/webapp/resources/test/json/clients.js b/openid-connect-server-webapp/src/main/webapp/resources/test/json/clients.js deleted file mode 100644 index 4e68eb5f9..000000000 --- a/openid-connect-server-webapp/src/main/webapp/resources/test/json/clients.js +++ /dev/null @@ -1,57 +0,0 @@ -[{ - "name": "A name", - "redirectURL": "http://myURL.domain", - "grantType": ["my grant type 1", "my grant type 2"], - "scope": ["scope 1", "scope 2"], - "authority": "my authority", - "description": "my description", - "refreshTokens": false -}, { - "name": "A name", - "redirectURL": "http://myURL.domain", - "grantType": ["my grant type 1", "my grant type 2"], - "scope": ["scope 1", "scope 2"], - "authority": "my authority", - "description": "my description", - "refreshTokens": false -},{ - "name": "A name", - "redirectURL": "http://myURL.domain", - "grantType": ["my grant type 1", "my grant type 2"], - "scope": ["scope 1", "scope 2"], - "authority": "my authority", - "description": "my description", - "refreshTokens": false -},{ - "name": "A name", - "redirectURL": "http://myURL.domain", - "grantType": ["my grant type 1", "my grant type 2"], - "scope": ["scope 1", "scope 2"], - "authority": "my authority", - "description": "my description", - "refreshTokens": false -},{ - "name": "A name", - "redirectURL": "http://myURL.domain", - "grantType": ["my grant type 1", "my grant type 2"], - "scope": ["scope 1", "scope 2"], - "authority": "my authority", - "description": "my description", - "refreshTokens": false -},{ - "name": "A name", - "redirectURL": "http://myURL.domain", - "grantType": ["my grant type 1", "my grant type 2"], - "scope": ["scope 1", "scope 2"], - "authority": "my authority", - "description": "my description", - "refreshTokens": false -},{ - "name": "A name", - "redirectURL": "http://myURL.domain", - "grantType": ["my grant type 1", "my grant type 2"], - "scope": ["scope 1", "scope 2"], - "authority": "my authority", - "description": "my description", - "refreshTokens": false -}]