Skip to content

Commit

Permalink
added mosip.ida.handle-types.regex
Browse files Browse the repository at this point in the history
for 1.2.1.0 ida to test on demand template extraction becuase of getting place holder issue

Signed-off-by: Malleshdappu <93384116+Malleshdappu@users.noreply.github.com>
  • Loading branch information
Malleshdappu committed May 29, 2024
1 parent b7ff910 commit 7ac0945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sandbox/id-authentication-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,10 @@ mosip.kernel.keymgr.hsm.health.key.app-id=IDA
#Flag to use if legacy salt selection method needs to be used for hashing the Individual ID. Default value is false if unspecified.
mosip.ida.idhash.legacy-salt-selection-enabled=true

# Regex to validate handles with provided key as the postfix
# if the input handle is +855345353453@phone then the provided regex is used to validate the input.
mosip.ida.handle-types.regex={ '@phone' : '^\\+91[1-9][0-9]{7,9}@phone$' }

#-------------------------------- Authentication error eventing-------------------------------
#It enable and disable the bean init of kafka and Authentication error eventing
mosip.ida.authentication.error.eventing.enabled=true
Expand Down

0 comments on commit 7ac0945

Please sign in to comment.