File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
hub/src/main/java/cloud/katta/protocols/hub/serializer Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 88
99import java .util .ArrayList ;
1010import java .util .Arrays ;
11- import java .util .Collections ;
1211import java .util .List ;
1312
1413import cloud .katta .client .model .ConfigDto ;
@@ -39,8 +38,6 @@ public <L> List<L> listForKey(final String key) {
3938 case PROPERTIES_KEY :
4039 final List <String > properties = new ArrayList <>(super .listForKey (key ));
4140 return (List <L >) properties ;
42- case SCOPES_KEY :
43- return (List <L >) Collections .singletonList ("openid" );
4441 }
4542 return super .listForKey (key );
4643 }
@@ -65,8 +62,6 @@ public List<String> keys() {
6562 OAUTH_CLIENT_ID_KEY ,
6663 OAUTH_AUTHORIZATION_URL_KEY ,
6764 OAUTH_TOKEN_URL_KEY ,
68- // OAuth Scopes
69- SCOPES_KEY ,
7065 PROPERTIES_KEY
7166 );
7267 }
You can’t perform that action at this time.
0 commit comments