Page History
In this example walkthrough you will see how to set up a SHRINE i2b2 user with the correct roles, and set up for Active Directory Sync by calling the web services of the PM Cell.
Step | Logic | PHP | XML | Example PHP Call | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | Check that a user is not already registered in SHRINE project
| UI Expand | | ||||||||
| <pm:get_role> |
| user_has_role("USER",
| );<pm:get_role> | |||||||
2 | 2. Set the user in the i2b2 SHRINE project |
| <pm:set_user> |
| |||||||
3 | 3. Give the user role of DATA_AGG |
| <pm:set_role> |
| |||||||
4 | 4. Give the user role of USER |
| <pm:set_role> |
| |||||||
5 | 5. Set the user param of authentication_method to NTLM |
| <pm:set_user_param> |
| |||||||
6 | 6. Set the user param of domain to your AD domain |
| <pm:set_user_param> |
| |||||||
7 | 7. Set the user param of domain_controller to the address of your domain controler |
| <pm:set_user_param> |
|