How to create A project in service now like a Addhar login verification

SHYAMAS
Giga Contributor
 
2 REPLIES 2

Ajay_Chavan
Kilo Sage

@SHYAMAS 

Before diving into anything, it’s a good idea to jot down your requirements and put together an architecture design or flow diagram.

 

Here are some questions to help you get started:

 

- What information should we verify? Aadhaar number, biometric data, or OTP?

- When should we verify this information? During login, registration, or when updating a profile?

- How should users interact with the system? Should it be a self-service portal, or should it be managed by admins?

- Where should we store the Aadhaar details? Should they be encrypted?

- Which Aadhaar API should we use for integration? (UIDAI API, for example)

 

Also, Aadhaar details are sensitive personal information, so it might be a good idea to consider encryption or setting up security rules.

once you have all your details you can begin with custom app, create data tables, Configure External API Integration etc


Here are some useful links:

App Engine Studio: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/app-engine-studio/concep...


Flow Designer: https://www.servicenow.com/community/developer-forum/rest-api-integration-with-flow-designer/td-p/33...

Glad I could help! If this solved your issue, please mark it as Helpful and Accept as Solution so others can benefit too.*****Chavan A.P. | Technical Architect | Certified Professional*****

prajaktajga
Tera Expert

Hello @SHYAMAS ,

 

Aadhaar verification must use UIDAI-approved APIs only

Real Aadhaar data cannot be stored

For Project you can use dummy Aadhaar numbers

1.Create the application in ServiceNow using Studio
2.Create the table to store he details like Name, Age ,Address
3.Create a login verification for by using widgets or catalog item
4.For OTP generation logic you can use Flow Designer
4.You can use ACL, Roles to give access or who is supposed to see the login page,table details according to that you can use User Criteria as well