AAIT#40392 mogelijkheid om (app)notificaties naar meerdere (bedrijfs)adressen te kunnen sturen

svn path=/Database/trunk/; revision=35299
This commit is contained in:
Jos Groot Lipman
2017-09-13 14:23:12 +00:00
parent 85d2777414
commit 4069fc5607
3 changed files with 16 additions and 8 deletions

View File

@@ -183,6 +183,8 @@ CREATE TABLE aut_client_perslid
CONSTRAINT aut_r_aut_client_id REFERENCES aut_client(aut_client_key) ON DELETE CASCADE,
aut_client_perslid_device_id
VARCHAR(320),
aut_client_perslid_device_name
VARCHAR(320),
aut_client_perslid_scope
VARCHAR(320)
DEFAULT NULL,

View File

@@ -5569,7 +5569,7 @@ FAC_LCL('fac_gebruiker_outerdisc', 'Alleen geautoriseerde vakgroepen/catalogi',
FAC_LCL('aut_idp', 'Identity provider', 'Identity provider')
FAC_LCL('aut_idp_m', 'Identity providers', 'Identity providers')
FAC_LCL('lcl_menu_aut_idp', 'Identity providers', 'Identity providers')
FAC_LCL('lcl_menu_aut_client', 'Identity clients', 'Identity clients')
FAC_LCL('lcl_menu_aut_client', 'Client applicaties', 'Client applications')
FAC_LCL('aut_idp_code', 'Code voor ?sso=', 'Code for ?sso=')
FAC_LCL('aut_idp_omschrijving', 'Omschrijving', 'Description')
FAC_LCL('aut_idp_opmerking', 'Opmerking', 'Remark')
@@ -5627,8 +5627,8 @@ FAC_LCL('aut_sp_map_m', 'Identity mappings', 'Identity mappings')
FAC_LCL('aut_sp_map_to', 'FACILITOR attribuut', 'FACILITOR attribute')
FAC_LCL('aut_sp_map_from', 'Claim veld', 'Claim field')
FAC_LCL('aut_client', 'Applicatie', 'Application')
FAC_LCL('aut_client_m', 'Applicaties', 'Applications')
FAC_LCL('aut_client', 'Client Applicatie', 'Client application')
FAC_LCL('aut_client_m', 'Client Applicaties', 'Client Applications')
FAC_LCL('aut_client_code', 'Code', 'Code')
FAC_LCL('aut_client_omschrijving', 'Omschrijving', 'Description')
FAC_LCL('aut_client_type', 'Type', 'Type')
@@ -5640,13 +5640,15 @@ FAC_LCL('aut_client_redirect_uri', 'Redirect URI', 'Redirect URI')
FAC_LCL('aut_client_perslid', 'App registratie', 'App registration')
FAC_LCL('aut_client_perslid_m', 'App registraties', 'App registrations')
FAC_LCL('aut_client_perslid_device', 'Device id', 'Device id')
FAC_LCL('aut_client_perslid_device_id', 'Apparaat id', 'Device id')
FAC_LCL('aut_client_perslid_device_name', 'Apparaat naam', 'Device name')
FAC_LCL('aut_client_perslid_scope' , 'Scope', 'Scope')
FAC_LCL('aut_client_perslid_pushtoken', 'Push token', 'Push token')
FAC_LCL('aut_client_perslid_refreshtoken', 'refreshtoken', 'Refresh token')
FAC_LCL('aut_client_perslid_refreshdate', 'Refresh datum', 'Refresh date')
FAC_LCL('aut_client_perslid_accesstoken', 'Accesstoken', 'Access token')
FAC_LCL('aut_client_perslid_accessdate', 'Access datum', 'Access date')
FAC_LCL('aut_client_perslid_refreshtoken', 'Ververs token', 'Refresh token')
FAC_LCL('aut_client_perslid_refreshdate', 'Ververs datum', 'Refresh date')
FAC_LCL('aut_client_perslid_accesstoken', 'Toegang token', 'Access token')
FAC_LCL('aut_client_perslid_accessdate', 'Toegang datum', 'Access date')
FAC_LCL('aut_client_perslid_aanmaak', 'Registratie datum', 'Registratie date')
FAC_LCL('aut_client_perslid_login', 'Laatste inlog', 'Last login')
FAC_LCL('lcl_client_perslid_registered', 'App {0} aanmelding voor {1}/{2}', 'App {0} registration for {1}/{2}')
COMMIT;

View File

@@ -175,6 +175,10 @@ CREATE UNIQUE INDEX aut_i_sp_code ON aut_sp(aut_sp_code);
DEF_MENUENTRY(2, 99115, 'lcl_menu_aut_sp' , '', 'FAC', 'appl/mgt/aut_sp.asp', 0, 0, 'WEB_FACFAC');
ALTER TABLE aut_client_perslid
ADD aut_client_perslid_device_name
VARCHAR(320);
/////////////////////////////////////////////////////////////////////////////////////////// FSN#41583
ALTER TABLE prs_bedrijfadres
ADD prs_bedrijfadres_loglevel