Updated client registration requirement to allow desktop apps.
Change-Id: I637ebd3e4b3362e6f5b498ee3cb0e0f45a928007
diff --git a/full/src/main/resources/kustvakt.conf b/full/src/main/resources/kustvakt.conf
index 8adf152..da7ec20 100644
--- a/full/src/main/resources/kustvakt.conf
+++ b/full/src/main/resources/kustvakt.conf
@@ -50,8 +50,8 @@
oauth2.native.client.host = korap.ids-mannheim.de
oauth2.max.attempts = 3
# -- scopes separated by space
-oauth2.default.scopes = read_username read_email
-oauth2.client.credentials.scopes = read_client_info
+oauth2.default.scopes = username email
+oauth2.client.credentials.scopes = client_info
# JWT
security.jwt.issuer=korap.ids-mannheim.de