Skip to content

Conversation

@abhix2112
Copy link
Contributor

Aadhaar - ServiceNow Integration Script Include

A production-ready ServiceNow Script Include for Aadhaar verification and eKYC, utilizing a Connection & Credential Alias for secure, secret-free integration.


🎯 Key Features

This script provides a complete flow for secure Aadhaar integration:

Feature Methods Description
OTP eKYC Flow sendOtp(), verifyOtp() Multi-step process with built-in session management (expiry, replay protection).
Demographic Check verifyDemographic() Verify identity (Name, DOB, Gender) without OTP. Returns a match score.
Document Retrieval getDocument() Downloads Aadhaar XML/PDF (supports encrypted documents).
Status Tracking checkStatus() Queries the status of any ongoing verification session.

@am-shakeel am-shakeel self-assigned this Oct 14, 2025
// Navigate to Scripts-Background
// Past the script and update the place holder variable value: table name, field, and value etc.
// Also advisable to validate the row count the //gr.getRowCount() and remove from codebase.
*************
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @abhix2112, thanks for your contribution! Could you please remove this file? It doesn’t seem to align with the title and description you've provided in the PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @am-shakeel i have removed the file

@abhix2112 abhix2112 requested a review from am-shakeel October 14, 2025 13:49
Copy link
Contributor

@am-shakeel am-shakeel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still i can see the file

Copy link
Contributor

@am-shakeel am-shakeel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! I noticed that the README refers to this as a “Script Include” example, but the actual files are placed under the RESTMessageV2 folder and also Please add the Proper Title as well.
However, it doesn’t comply with our contributing guidelines. As a reminder, the general requirements (as outlined in the CONTRIBUTING.md file) are the following: follow the folder+subfolder+snippetfolder guidelines and include a readme.md file explaining what the code snippet does. Review your contribution against the guidelines and make the necessary adjustments. Closing this for now. Once you make additional changes, feel free to re-open this Pull Request or create a new one.

@am-shakeel am-shakeel closed this Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants