fixed prepacked scope value
parent
ee522100b9
commit
99c57141cb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue