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 -}]