You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During registration of new users, there will be a part of the workflow where the research user account is created but they are not yet approved to be part of an Organisation yet. Until they are officially linked to an Organisation, the researcher user is not allowed to carry out a set of actions in mdm-explorer.
If a research user is signed in but not part of an organisation...
They will be allowed to access:
Anonymous access pages e.g. homepage, about, help etc
Description
During registration of new users, there will be a part of the workflow where the research user account is created but they are not yet approved to be part of an Organisation yet. Until they are officially linked to an Organisation, the researcher user is not allowed to carry out a set of actions in
mdm-explorer
.If a research user is signed in but not part of an organisation...
They will be allowed to access:
They will not be allowed to access:
Guards
Angular supports guards on page routes to allow/deny activation of components. This might be a good way to easily prevent page access from happening. See https://angular.dev/guide/routing/common-router-tasks#preventing-unauthorized-access for further details.
Disable Controls
Apart from guarding page route access, some kind of disabling/hiding of controls will probably be required based on a standard user check.
The text was updated successfully, but these errors were encountered: