-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOSIP-18085: Generated openapi.json for IDA- Authentication, Internal…
…, OTP Service (#714) * MOSIP-18085: Upgraded swagger2 to openapi3 for authentication service * MOSIP-18085: Upgraded swagger2 to openapi3 for Id Authentication Internal Service * MOSIP-18085: Added Authorization headers * MOSIP-18085: Added Authorization headers in internal service * MOSIP-18085: Upgraded swagger to openapi for otp services. * MOSIP-18085: Added header in kyc and fixed sorting tags. * MOSIP-18085: Removed common properties for sorting of openapi tags. * MOSIP-18085: Generated openapi.json for IDA- Authentication Service * MOSIP-18085: Code Reformat * MOSIP-18085: Generate openapi.json for IDA-OTP service. * MOSIP-18085: Generate openapi.json for IDA-Internal service. * MOSIP-18085: Removed extra properties from authentication-internal-service test folder. * MOSIP-18085: Removed extra properties from authentication-internal-service test folder.
- Loading branch information
Showing
8 changed files
with
1,939 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
504 changes: 501 additions & 3 deletions
504
authentication/authentication-internal-service/src/test/resources/application.properties
Large diffs are not rendered by default.
Oops, something went wrong.
230 changes: 117 additions & 113 deletions
230
authentication/authentication-internal-service/src/test/resources/ida-mapping.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,116 +1,120 @@ | ||
{ | ||
"ida-mapping": { | ||
"name": [ | ||
"fullName" | ||
], | ||
"dob": [ | ||
"dateOfBirth" | ||
], | ||
"dobType": [ | ||
"dateOfBirthType" | ||
], | ||
"age": [ | ||
"dateOfBirth" | ||
], | ||
"gender": [ | ||
"gender" | ||
], | ||
"phoneNumber": [ | ||
"phone" | ||
], | ||
"emailId": [ | ||
"email" | ||
], | ||
"addressLine1": [ | ||
"addressLine1" | ||
], | ||
"addressLine2": [ | ||
"addressLine2" | ||
], | ||
"addressLine3": [ | ||
"addressLine3" | ||
], | ||
"location1": [ | ||
"city" | ||
], | ||
"location2": [ | ||
"region" | ||
], | ||
"location3": [ | ||
"province" | ||
], | ||
"postalCode": [ | ||
"postalCode" | ||
], | ||
"fullAddress": [ | ||
"addressLine1", | ||
"addressLine2", | ||
"addressLine3", | ||
"city", | ||
"region", | ||
"province", | ||
"postalCode" | ||
], | ||
"otp": [ | ||
"otp" | ||
], | ||
"pin": [ | ||
"pin" | ||
], | ||
"leftIndex": [ | ||
"FINGER_Left IndexFinger_2" | ||
], | ||
"leftLittle": [ | ||
"FINGER_Left LittleFinger_2" | ||
], | ||
"leftMiddle": [ | ||
"FINGER_Left MiddleFinger_2" | ||
], | ||
"leftRing": [ | ||
"FINGER_Left RingFinger_2" | ||
], | ||
"leftThumb": [ | ||
"FINGER_Left ThumbFinger_2" | ||
], | ||
"rightIndex": [ | ||
"FINGER_Right IndexFinger_2" | ||
], | ||
"rightLittle": [ | ||
"FINGER_Right LittleFinger_2" | ||
], | ||
"rightMiddle": [ | ||
"FINGER_Right MiddleFinger_2" | ||
], | ||
"rightRing": [ | ||
"FINGER_Right RingFinger_2" | ||
], | ||
"rightThumb": [ | ||
"FINGER_Right ThumbFinger_2" | ||
], | ||
"leftEye": [ | ||
"IRIS_Left_9" | ||
], | ||
"rightEye": [ | ||
"IRIS_Right_9" | ||
], | ||
"iris": [ | ||
"leftEye", | ||
"rightEye" | ||
], | ||
"fingerprint": [ | ||
"leftIndex", | ||
"leftLittle", | ||
"leftMiddle", | ||
"leftRing", | ||
"leftThumb", | ||
"rightIndex", | ||
"rightLittle", | ||
"rightMiddle", | ||
"rightRing", | ||
"rightThumb" | ||
], | ||
"face": [ | ||
"FACE" | ||
] | ||
"identity": { | ||
"IDSchemaVersion": { | ||
"value": "IDSchemaVersion" | ||
}, | ||
"name": { | ||
"value": "fullName" | ||
}, | ||
"gender": { | ||
"value": "gender" | ||
}, | ||
"dob": { | ||
"value": "dateOfBirth" | ||
}, | ||
"age": { | ||
"value": "age" | ||
}, | ||
"introducerRID": { | ||
"value": "introducerRID" | ||
}, | ||
"introducerUIN": { | ||
"value": "introducerUIN" | ||
}, | ||
"introducerVID": { | ||
"value": "introducerVID" | ||
}, | ||
"introducerName": { | ||
"value": "introducerName" | ||
}, | ||
"phone": { | ||
"value": "phone" | ||
}, | ||
"phoneNumber": { | ||
"value": "phone" | ||
}, | ||
"email": { | ||
"value": "email" | ||
}, | ||
"emailId": { | ||
"value": "email" | ||
}, | ||
"uin": { | ||
"value": "UIN" | ||
}, | ||
"individualBiometrics": { | ||
"value": "individualBiometrics" | ||
}, | ||
"introducerBiometrics": { | ||
"value": "introducerBiometrics" | ||
}, | ||
"individualAuthBiometrics": { | ||
"value": "individualAuthBiometrics" | ||
}, | ||
"officerBiometricFileName": { | ||
"value": "officerBiometricFileName" | ||
}, | ||
"supervisorBiometricFileName": { | ||
"value": "supervisorBiometricFileName" | ||
}, | ||
"residenceStatus": { | ||
"value": "residenceStatus" | ||
}, | ||
"preferredLanguage": { | ||
"value": "preferredLang" | ||
}, | ||
"locationHierarchyForProfiling": { | ||
"value": "zone,postalCode" | ||
}, | ||
"addressLine1": { | ||
"value": "addressLine1" | ||
}, | ||
"addressLine2": { | ||
"value": "addressLine2" | ||
}, | ||
"addressLine3": { | ||
"value": "addressLine3" | ||
}, | ||
"location1": { | ||
"value": "city" | ||
}, | ||
"location2": { | ||
"value": "region" | ||
}, | ||
"location3": { | ||
"value": "province" | ||
}, | ||
"postalCode": { | ||
"value": "postalCode" | ||
}, | ||
"location4": { | ||
"value": "zone" | ||
}, | ||
"fullAddress": { | ||
"value": "addressLine1,addressLine2,addressLine3,city,region,province,postalCode" | ||
} | ||
}, | ||
"metaInfo": { | ||
"value": "metaInfo" | ||
}, | ||
"audits": { | ||
"value": "audits" | ||
}, | ||
"documents": { | ||
"poa": { | ||
"value": "proofOfAddress" | ||
}, | ||
"poi": { | ||
"value": "proofOfIdentity" | ||
}, | ||
"por": { | ||
"value": "proofOfRelationship" | ||
}, | ||
"pob": { | ||
"value": "proofOfDateOfBirth" | ||
}, | ||
"poe": { | ||
"value": "proofOfException" | ||
} | ||
} | ||
} |
Oops, something went wrong.