Question
PT Bank Sinarmas
ID
Last activity: 30 May 2017 2:32 EDT
Approval with fingerprint scanner
Hi,
I need to use fingerprint scanner as in picture, is it possible to use it in pega system & what method that i must used / explored ?
this fingerprint is using to replace password in approval workflow.
Thanks
Brgds,
Dendi A
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Hello Dendi,
Thank you for posting your query on PSC.
I found this recent discussion: Multi-Factor Authentication
It looks like your requirement can be achived by using Pega Mobile on iOS devices. Check these 2 Help Topics:
Does this help answer your query?
Regards,
PT Bank Sinarmas
ID
Hi Lochana,
Thank for your answer.
I read that help topic : The Touch ID fingerprint recognition feature available on newer iOS devices is supported in the Pega 7 Platform mobile apps running on this platform. During first log in attempt to the mobile app, the user selects the Use Touch Id checkbox on the Login screen.
is that mean Touch Id only run on IOS ?
I run pega as web application run on Desktop PC & use additional fingerprint scanner.
regards,
Hi Lochana,
Thank for your answer.
I read that help topic : The Touch ID fingerprint recognition feature available on newer iOS devices is supported in the Pega 7 Platform mobile apps running on this platform. During first log in attempt to the mobile app, the user selects the Use Touch Id checkbox on the Login screen.
is that mean Touch Id only run on IOS ?
I run pega as web application run on Desktop PC & use additional fingerprint scanner.
regards,
Dendi A
Pegasystems Inc.
IN
Hi Dendi,
That is my understanding as well. Curently, its only supported for iOS devices. Lets see if other community members have anything more to add!
Pegasystems Inc.
US
Hi,
You should look to implement Pega custom authentication (and Java activities) if your plan is to use the reader to further authenticate users at login. Most vendors provide Java and other SDKs to help you integrate their devices. Here is the vendor for the reader in the photo you provided: http://www.crossmatch.com/sdks/
If you are already using a solution for web single sign-on (SSO) in front of your Pega application then that would probably be the best place to implement MFA for login with your fingerprint reader.
PT Bank Sinarmas
ID
Hi Mr David,
Thank for your repply. I write code in java desktop application already using sdk & running as well.
How step by step to write/migrate this code in Pega and also how to import the sdk library and put in Pega?
atch picture : some code in java & running app
brgds,
Dendi A
Pegasystems Inc.
US
Use the import wizard to import your jar files - remember that you are responsible for the contents of any imported software including side effects it may introduce. If an import file causes issues or the wrong file was imported, you will need to contact Pega Support to determine how to address the problem.
In Pega, you create activity records if you require custom Java code.
PT Bank Sinarmas
ID
Hi David,
I'll try & think to do it.
Thank.