Sunday 16 May 2021

Implementing Face Authentication in Pega

  Implementing Face Authentication in Pega


     First of All I am Really Sorry for Not Able to Post Steps with Screenshot due to My Pega Cloud Got Expired. But I will Share the List Steps I have Used to Achieve This.



  1. Before We Start You Need To Be Know How to Configure Connect-Rest.
  2. First Step is You Have to Get API access that uses Facial Recognition. You can Rapid APi etc.
  3. After Getting the Api , You Need to Configure for Connect-Rest.
  4. Next Step is to Create the Case type with Necessary Steps.
  5. You can Configure steps with UI by Watching my Demo Video (Link in Bottom of Page)
  6. Now You Need to Configure Section and click HTML Tab.
  7. Then Unclick Auto-Generated Code, The Paste the HTML + Javascript Code That can Access to Camera.
  8. Now You Have to Pass the Image url to any Property that Created during Casetype Steps creation.
  9. For Registering Face ,You Need to Make a Request for API with Neccessary Parameters that Holds Image url and Password.
  10. Then You Have Show the Response in the Section about the Status of Request.
  11. Similarly For Login, You Need to Do Same thing for Request but Only One Thing Changes here is It Holds only One Parameter that holds image url.
  12. You Need to Ask password from user and store it in some property.
  13. You Need to Show the Response that will tell You Whether Face is Registered or Not along with password.
  14. Now You Need check whether the user Entered Password Matches with Response Password.
  15. if Both Face Exist and Password Correct Means Tell That You are Authentication.
  16. Else You are Not Authenticated.

Feel Free Post Your Doubts in Your Comment Section

Follow me : 








Subscribe and Share This Blog

2 comments: