Skip to content

Commit

Permalink
IDA props updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet Joshi committed Nov 25, 2021
1 parent eb2f257 commit a19a50b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 0 additions & 3 deletions id-authentication-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ ida-websub-partner-service-callback-url=${mosip.api.internal.url}${server.servle
ida-websub-ca-cert-callback-url=${mosip.api.internal.url}${server.servlet.context-path}/callback/partnermanagement/ca_certificate
## Callback url for hotlist event
ida-websub-hotlist-callback-url=${mosip.api.internal.url}${server.servlet.context-path}/callback/hotlist
## Masterdata templates
ida-websub-masterdata-templates-callback-url=${mosip.api.internal.url}${server.servlet.context-path}/callback/masterdata/templates
ida-websub-masterdata-titles-callback-url=${mosip.api.internal.url}${server.servlet.context-path}/callback/masterdata/titles

#Delay (in milliseconds) for subscription on application startup to avoid failure during intent verification by hub.
subscriptions-delay-on-startup_millisecs=120000
Expand Down
7 changes: 7 additions & 0 deletions id-authentication-external-default.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Masterdata templates
ida-websub-masterdata-templates-callback-url=${mosip.api.internal.url}${server.servlet.context-path}/callback/masterdata/templates
ida-websub-masterdata-titles-callback-url=${mosip.api.internal.url}${server.servlet.context-path}/callback/masterdata/titles

mosip.service-context=${server.servlet.context-path}
mosip.service.end-points=/**/*
mosip.service.exclude.auth.allowed.method=GET,POST
8 changes: 8 additions & 0 deletions id-authentication-otp-default.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Masterdata templates
ida-websub-masterdata-templates-callback-url=${mosip.api.internal.url}${server.servlet.context-path}/callback/masterdata/templates
ida-websub-masterdata-titles-callback-url=${mosip.api.internal.url}${server.servlet.context-path}/callback/masterdata/titles

#Endpoints to access without authentication
mosip.service-context=${server.servlet.context-path}
mosip.service.end-points=/**/*
mosip.service.exclude.auth.allowed.method=GET,POST

0 comments on commit a19a50b

Please sign in to comment.