Skip to content

Commit

Permalink
Merge pull request #7256 from mosip/likhitharl-patch-56
Browse files Browse the repository at this point in the history
Update partner-management-default.properties
  • Loading branch information
maheswaras authored Sep 16, 2024
2 parents bc9b9a6 + 2d44c80 commit 95263af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions partner-management-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ mosip.pms.esignet.claims-mapping-file-url=${spring_config_url_env}/*/${active_pr
# esignet amr-acr mapping file url
mosip.pms.esignet.amr-acr-mapping-file-url=${spring_config_url_env}/*/${active_profile_env}/${spring_config_label_env}/amr-acr-mapping.json
## esignet Service apis for create and update
mosip.pms.esignet.oidc-client-create-url=${mosip.esignet.service.url}/v1/esignet/client-mgmt/oidc-client
mosip.pms.esignet.oidc-client-update-url=${mosip.esignet.service.url}/v1/esignet/client-mgmt/oidc-client
mosip.pms.esignet.oidc-client-create-url=http://esignet-mosipid.esignet-mosipid/v1/esignet/client-mgmt/oidc-client
mosip.pms.esignet.oidc-client-update-url=http://esignet-mosipid.esignet-mosipid/v1/esignet/client-mgmt/oidc-client
## esignet Service api to fetch the OIDC Client configurations
mosip.pms.esignet.config-url=${mosip.esignet.service.url}/v1/esignet/oidc/.well-known/openid-configuration
mosip.pms.esignet.config-url=http://esignet-mosipid.esignet-mosipid/v1/esignet/oidc/.well-known/openid-configuration

0 comments on commit 95263af

Please sign in to comment.