Skip to content

How add new user to Applicationsand provide access to data

Kantemir Tvorogov edited this page Aug 9, 2023 · 1 revision

Add new user to Applications (VAHub, VASecurity, AdminUI) and provide access to data

  1. At the first assign a new user on Azure to Applications
  • Go to portal.azure.com
  • Make sure you're under the iDecide directory
  • Open 'Azure Active Directory' section
  • Open 'Enterprise Applications' section
  • Choose one of the application
  • Open 'User and Groups' section
  • Add a new user
  1. New user should try to log in to VAHub application on each environment
  2. After this user with Administrative privileges can add the new user on Va-Security
  • Find a new user under 'Add trained user' section image2019-9-11_11-45-9

  • Click '+' symbol

  1. If you want to make a user as an Administrator (the user should be added as trained user!)
  • Open 'Global Administrators' section on Va-Security application
  • Drag and Drop user from 'ACUITY Users (drag and drop' section to 'Global Administrators' section) image2019-9-11_11-47-48
  1. To provide access to some data on VAHub to the user
  • click on Analytics

  • click on Drug programmes (if you want to provide access to all its datasets; not recommended if there are many of them) or on Datasets (if you want to provide access to some separate datasets)

  • click on the drug programme or dataset you need

  • click Edit image2020-4-24_14-8-44

  • Find the user in the list on the left side of item panel, then drag and drop user to the required group on the right side (normally, it's Authorized users) image2020-4-24_14-19-40

Adding new user in VASecurity

  1. Open VASecurity and select 'Edit trained user': image2020-7-10_10-25-51

  2. Specify email in 'Search for New User' field: image2020-7-10_10-28-26

  3. Specify name in 'New User Full Name:' field and press 'Add' button:
    image2020-7-10_10-34-5

Remove user from Acuity DB delete from GROUP_MEMBERS where USERNAME='[email protected]'; delete from AUTHORITIES where USERNAME='[email protected]'; delete from users where USERNAME='[email protected]';

Change user name update USERS set FULLNAME = 'Full name' where USERNAME = 'email'

Clone this wiki locally