Verasys Enterprise uses OAuth2 to authorize user access.
OAuth2 is a protocol that applications use to request access tokens from a security token service and then use the tokens to communicate with APIs. This practice reduces complexity on the client application and the API, because authentication and authorization are centralized. The OAuth2 specification defines several authorization grants that can be used to coordinate authentication of a user and grant access to resources that the user owns.