diff --git a/openid-connect-server-webapp/src/main/resources/db/scopes.sql b/openid-connect-server-webapp/src/main/resources/db/scopes.sql index 795e96183..dc4b8d8f2 100644 --- a/openid-connect-server-webapp/src/main/resources/db/scopes.sql +++ b/openid-connect-server-webapp/src/main/resources/db/scopes.sql @@ -17,7 +17,7 @@ INSERT INTO system_scope_TEMP (scope, description, icon, restricted, default_sco ('address', 'physical address', 'home', false, true, false, null), ('phone', 'telephone number', 'bell', false, true, false, null), ('offline_access', 'offline access', 'time', false, false, false, null), - ('resource_set_registration', 'register resource sets on this authorization server', 'briefcase', false, false, false, null); + ('uma_protection', 'manage protected resources', 'briefcase', false, false, false, null); -- -- Merge the temporary scopes safely into the database. This is a two-step process to keep scopes from being created on every startup with a persistent store.