From a23f1c28d90309a80313eb341406ee542df93cae Mon Sep 17 00:00:00 2001 From: Madhumita Date: Tue, 28 Mar 2023 14:14:46 +0530 Subject: [PATCH] fix(docs): temporary record incase of one_step #3340 --- .../super-gluu-external-authenticator/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/script-catalog/person_authentication/super-gluu-external-authenticator/README.md b/docs/script-catalog/person_authentication/super-gluu-external-authenticator/README.md index 99eea05be04..6133b2572dc 100644 --- a/docs/script-catalog/person_authentication/super-gluu-external-authenticator/README.md +++ b/docs/script-catalog/person_authentication/super-gluu-external-authenticator/README.md @@ -152,10 +152,10 @@ Jans AS->>Browser: validate, present enrollment (QR code) of SG User->>Mobile App: Scans the QR code Mobile App->> Mobile App: Enrollment saved on app \n ( appId, keyHandle, date) Mobile App->>Jans AS : Enrollment completed,
enrollment data (registrationData, clientData, deviceData ) sent to Jans AS -Jans AS->>Jans AS: Enrollment entry stored temp entry in database under ou=registered_devices +Jans AS->>Jans AS: Enrollment entry stored temp entry in database under ou=fido2_register,ou=fido2,o=jans Jans AS->>Browser: Prompt user to username-password page, inorder to link the enrollment to a user Browser->>Jans AS: send user creds -Jans AS->>Jans AS: create enrollment entry attached to the user and delete temp entry under ou=registered_device +Jans AS->>Jans AS: create enrollment entry attached to the user and delete temp entry under ou=fido2_register,ou=fido2,o=jans Jans AS->>Browser: enrollment completed ```