OAuth Two-Factor Authentication Workflow Diagram Text Description
The two-factor workflow for OAuth at the Registry is as follows:
-
The Registry invokes the SendTwoFactorToken callback in the security domain callback class. The security domain callback class is your custom class that extends HS.Registry.Person.User.HSAuth.
-
The callback delivers the two-factor token to the user.
-
The Registry displays the HealthShare two-factor user interface page.
-
The user enters the two-factor token on the page. If the user instead requests the token to be resent, then the SendTwoFactorToken callback is invoked again.
-
HealthShare validates the token.