How to create A project in service now like a Addhar login verification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
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...