Skip to content

User Roles and Services

vjrj edited this page May 27, 2019 · 17 revisions

This is a list of users roles in ALA CAS-5 auth system.

The list of user roles are in https://yourauth.example.com/userdetails/admin/role/list and is created via this init sql script.

Feel free to edit this table.

Role name Description
ROLE_ABRS_ADMIN Admin role of Australian Biological Resources Study (ABRS) Survey of Australian Taxonomic Workforce
ROLE_ABRS_INSTITUTION Institution Role of ABRS
ROLE_ADMIN Admin role for ALA staff
ROLE_API_EDITOR Enables a user to update the online web service API
ROLE_APPD_USER APPD user. It's seems that this role is not used on public code
ROLE_AVH_ADMIN It's seems that this role is not used on public code
ROLE_AVH_CLUB It's seems that this role is not used on public code
ROLE_COLLECTION_ADMIN Admin role for the Collectory service¹
ROLE_COLLECTION_EDITOR Editor role for the Collectory service¹
ROLE_COLLECTORS_ADMIN It's seems that this role is not used on public code
ROLE_FC_ADMIN Admin role for the Field Capture webapp
ROLE_FC_OFFICER Field Capture officer role
ROLE_FC_READ_ONLY Provides read only access to all projects in the field capture system.
ROLE_IMAGE_ADMIN It's seems that this role is not used on public code
ROLE_SPATIAL_ADMIN It's seems that this role is only used on spatial-logger
ROLE_SYSTEM_ADMIN System admin role (used nowadays in BIE service)
ROLE_USER Basic role of an authenticated user
ROLE_VP_ADMIN Admin role for the Volunteer Portal (VP)
ROLE_VP_TEST_ADMIN The admin role for BVP Test server
ROLE_VP_VALIDATOR Validator role for the Volunteer Portal

Note: When this wiki table is completed, would be great to update the table user_role with this info so our auth system is better documented without necessity of this page.

¹ It seems it's in disuse, removed here, although still present in the code. In collectory service the ROLE_ADMIN and ROLE_EDITOR are now used (although ROLE_EDITOR is not created in CAS by default)

Clone this wiki locally