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
{{ message }}
This repository has been archived by the owner on May 3, 2023. It is now read-only.
The user receives a QrCode and instructions about how to use it. The user scan the QrCode with the ReadId mobile app and verifies his identity. The IdP checks that a Session related with the user ReadySession request exists and finish the authentication process. The user returns to his SP.
Basic flow:
The user scan the QR code
The user scan his document with the ReadID mobile app
The user press a button in the UI to confirm he has finished the step 2.
The IdP checks the Session (AJAX request to IdentityVerificationController) exists and redirect the browser to other page (SingleSignOnReturnController)
The controller send a page with a POST form with the SAML authentication response and returns the user to his SP.
Extensions:
The mobile app says the QR code is not valid or already used
The user must ask for a new QR code
The Session is not yet ready in step 3.
The UI sends a error message and ask the user to check he really finished the flow and try again.
The user reload the SingleSignOnReturnController and the request does not exists
Returns a no pending request error
The user reload the SingleSignOnReturnController and the his is not authenticated
Returns to the authorization page
Preconditions:
The user already started the authentication flow
Postconditions:
The authentication request must be removed
Notes:
Because we don't use the webhook yet, we can use a button to request the verification status.
The text was updated successfully, but these errors were encountered:
The user receives a QrCode and instructions about how to use it. The user scan the QrCode with the ReadId mobile app and verifies his identity. The IdP checks that a Session related with the user ReadySession request exists and finish the authentication process. The user returns to his SP.
Basic flow:
Extensions:
Preconditions:
Postconditions:
Notes:
The text was updated successfully, but these errors were encountered: