Skip to content

Commit

Permalink
0.10.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Monobikash Das authored and Monobikash Das committed Nov 29, 2019
1 parent a04edb8 commit 6432ec8
Show file tree
Hide file tree
Showing 7 changed files with 1,655 additions and 18 deletions.
4 changes: 2 additions & 2 deletions config-templates/application-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ mosip.kernel.uin.length.conjugative-even-digits-limit=3

#------------------------Auth-Adapter-----------------------------------------------
auth.server.validate.url=${mosip.base.url}/v1/authmanager/authorize/validateToken

iam.datastore.commonname=morocco

#----------------------- Crypto --------------------------------------------------
#Crypto asymmetric algorithm name
Expand Down Expand Up @@ -371,4 +371,4 @@ mosip.uin.alias=
mosip.kernel.salt-generator.chunk-size=10
mosip.kernel.salt-generator.start-sequence=0
mosip.kernel.salt-generator.end-sequence=999
#----------------------------------------------------------------------------------------------------------#
#----------------------------------------------------------------------------------------------------------#
60 changes: 47 additions & 13 deletions config-templates/id-authentication-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ mosip.ida.auth.appId=ida

######################## Spring and Hibernate Configurations ####################
# ***************** Postgres Properties ***********************
javax.persistence.jdbc.driverClassName=org.postgresql.Driver
javax.persistence.jdbc.driver=org.postgresql.Driver
javax.persistence.jdbc.url=jdbc:postgresql://${mosip.ida.database.hostname}:${mosip.ida.database.port}/mosip_ida
javax.persistence.jdbc.user=${mosip.ida.database.user}
javax.persistence.jdbc.username=${mosip.ida.database.user}
javax.persistence.jdbc.password=${mosip.ida.database.password}
javax.persistence.jdbc.schema=ida
javax.persistence.jdbc.uinHashTable=uin_hash_salt
javax.persistence.jdbc.uinEncryptTable=uin_encrypt_salt

# *********** Hibernate Properties *************
hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
Expand All @@ -49,12 +54,23 @@ management.endpoint.restart.enabled=true
######################### ID-Authentication Application Configurations ##############
# Application ID of IDA
application.id=IDA
#Application name of IDA
application.name=ID-Authentication

# Reference ID used for crypto manager in authentication
cryptomanager.partner.id=PARTNER
partner.reference.id=PARTNER
# Reference ID used for crypto manager in internal authentication
internal.reference.id=INTERNAL
#Application name of IDA
application.name=ID-Authentication
# Reference ID used for crypto manager in authentication for biometrics
partner.biometric.reference.id=IDA-FIR
# Reference ID used for crypto manager in internal authentication for biometrics
internal.biometric.reference.id=INTERNAL


# Kernel Symmetric Key decryption bytes count for AAD
ida.aad.lastbytes.num=16
# Kernel Symmetric Key decryption bytes count for Salt
ida.salt.lastbytes.num=12

# Request timeout used across all REST API calls in IDA
mosip.ida.request.timeout.secs=10
Expand All @@ -72,14 +88,18 @@ ida.mapping.property.source=url:${mosip.ida.mapping.json-uri}


#-------Bio SDK Integration ------------------------
ida.fingerprint.provider=io.mosip.kernel.bioapi.impl.BioApiImpl
ida.face.provider=io.mosip.kernel.bioapi.impl.BioApiImpl
ida.iris.provider=io.mosip.kernel.bioapi.impl.BioApiImpl
ida.fingerprint.provider=ai.tech5.auth.service.T5AuthSDK
ida.face.provider=ai.tech5.auth.service.T5AuthSDK
ida.iris.provider=ai.tech5.auth.service.T5AuthSDK
ida.composite.biometric.provider=ai.tech5.auth.service.T5AuthSDK

#---------------------------------ID-Authentication Salt Generator---------------------------------------------------#
mosip.authentication.salt-generator.start-sequence=0
mosip.authentication.salt-generator.end-sequence=999
mosip.authentication.salt-generator.chunk-size=10
#---------------------------------kernel Salt Generator---------------------------------------------------#
mosip.kernel.salt-generator.db.key-alias=javax.persistence.jdbc
mosip.kernel.salt-generator.schemaName=${javax.persistence.jdbc.schema}
#----------------------------------------------------------------------------------------------------------#

# *********** REST-services *****************
Expand Down Expand Up @@ -141,6 +161,12 @@ id-masterdata-template-service-multilang.rest.httpMethod=GET
id-masterdata-template-service-multilang.rest.headers.mediaType=${mosip.ida.request.mediaType}
id-masterdata-template-service-multilang.rest.timeout=${mosip.ida.request.timeout.secs}

#Master Data - Device verification Service
device-verification-service.rest.uri=${mosip.base.url}/v1/masterdata/deviceprovidermanagement/validate
device-verification-service.rest.httpMethod=POST
device-verification-service.rest.headers.mediaType=${mosip.ida.request.mediaType}
device-verification-service.rest.timeout=${mosip.ida.request.timeout.secs}

# Encryption Service
encrypt-service.rest.uri=${mosip.base.url}/v1/cryptomanager/encrypt
encrypt-service.rest.httpMethod=POST
Expand Down Expand Up @@ -222,16 +248,24 @@ demo.threshold=60
fmr.single.threshold=60
#Set up Authentication Quality Single Threshold for Fingerprint (Image)
fir.single.threshold=60


#Set up Authentication Quality Single Threshold for IRIS
iir.single.threshold=60

#Set up Authentication Quality Threshold for Face/Photo
fid.single.threshold=60

#Set up Authentication Quality Composite Threshold for any modality (finger, iris, face)
bio.composite.threshold=60

#TODO TO BE REMOVED
#Set up Authentication Quality Composite Threshold for Two Fingerprints (Minutiea)
fmr.composite.threshold=60
#Set up Authentication Quality Composite Threshold for more than Two Fingerprints (Minutiea)
fmr.multi.threshold=60
#Set up Authentication Quality Single Threshold for IRIS
iir.single.threshold=60
#Set up Authentication Quality Composite Threshold for IRIS
iir.composite.threshold=60
#Set up Authentication Quality Threshold for Face/Photo
fid.single.threshold=60

#to retrieve uin salt value
ida.uin.salt.modulo=1000
Expand Down Expand Up @@ -331,15 +365,15 @@ notification.time.format=HH:mm:ss

#********* Internal Auth Type *********
#Configure authentication types permissable for internal authentication
internal.auth.types.allowed=otp,bio-FIR,bio-IIR,bio-FID
internal.auth.types.allowed=otp,bio-FIR,bio-IIR,bio-FACE

#************ E-KYC********
#Configure authentications permissable for e-KYC for a country
ekyc.auth.types.allowed=otp,bio-FIR,bio-IIR,bio-FID
ekyc.auth.types.allowed=otp,bio-FIR,bio-IIR,bio-FACE

#***********AuthType Enable***********
#Configure authentications permissable for a country
auth.types.allowed=demo,otp,bio-FIR,bio-IIR,bio-FID
auth.types.allowed=demo,otp,bio-FIR,bio-IIR,bio-FACE

#***********Certificate type************
ida.jws.certificate.type=X.509
Expand Down
6 changes: 6 additions & 0 deletions config-templates/id-repository-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ mosip.idrepo.identity.db.shard.url=jdbc:postgresql://${mosip.idrepo.db.url}:${mo
mosip.idrepo.identity.db.shard.username=${mosip.idrepo.db.identity.username}
mosip.idrepo.identity.db.shard.password=${mosip.idrepo.db.identity.password}
mosip.idrepo.identity.db.shard.driverClassName=org.postgresql.Driver
mosip.idrepo.identity.db.shard.schema=idrepo
mosip.idrepo.identity.db.shard.uinHashTable=uin_hash_salt
mosip.idrepo.identity.db.shard.uinEncryptTable=uin_encrypt_salt

mosip.idrepo.identity.json.path=identity.UIN
mosip.idrepo.identity.uin-status.registered=ACTIVATED
Expand Down Expand Up @@ -74,6 +77,9 @@ mosip.idrepo.vid.db.url=jdbc:postgresql://${mosip.idrepo.db.url}:${mosip.idrepo.
mosip.idrepo.vid.db.username=${mosip.idrepo.db.vid.username}
mosip.idrepo.vid.db.password=${mosip.idrepo.db.vid.password}
mosip.idrepo.vid.db.driverClassName=org.postgresql.Driver
mosip.idrepo.vid.db.schema=idmap
mosip.idrepo.vid.db.uinHashTable=uin_hash_salt
mosip.idrepo.vid.db.uinEncryptTable=uin_encrypt_salt

mosip.idrepo.vid.active-status=ACTIVE
mosip.idrepo.vid.unlimited-txn-status=USED
Expand Down
Loading

0 comments on commit 6432ec8

Please sign in to comment.