OAuth2 authorization code flow: Anonymous users

Within the context of system API authentication, an anonymous user is a person who is not yet known to the insurer but who may establish a business relationship with the insurer. Typically, an anonymous user can only create an account (and its associated objects), quote a submission, and bind a submission. Once an anonymous user binds a submission, they logically move from being an anonymous user to an external user.

This topic describes how to implement system API authentication for anonymous users.