IDA as authentication system
IDA is integrated as authentication system in e-Signet services with the below two endpoints:

Configurations
To get the mapping of OIDC claims with MOSIP KYC-attributes, click here.
To get the mapping of auth types in policy with ACR values, click here.
Below configurations are required to be set in
idp-default.properties
.\IdP-service will be onboarded as MISP partner
mosip.idp.misp.license.key=<license key of MISP partner will be set here>
mosip.idp.authn.wrapper.impl=IdentityAuthenticationService
URL to download IDA partner certificate used to encrypt the kyc-auth request
mosip.idp.authn.ida.cert-url=https://raw.githubusercontent.com/mosip/mosip-config/develop-v3/ida-partner.cer
Other properties required by the IDA wrapper implementation
mosip.idp.authn.ida.kyc-auth-url=https://${mosip.api.internal.host}/idauthentication/v1/kyc-auth/delegated/${mosip.idp.misp.license.key}/ mosip.idp.authn.ida.kyc-exchange-url=https://${mosip.api.internal.host}/idauthentication/v1/kyc-exchange/delegated/${mosip.idp.misp.license.key}/ mosip.idp.authn.ida.send-otp-url=https://${mosip.api.internal.host}/idauthentication/v1/otp/${mosip.idp.misp.license.key}/ mosip.idp.authn.wrapper.ida-domainUri=https://${mosip.idp.host} mosip.idp.authn.wrapper.ida-env=Developer mosip.idp.authn.ida.otp-channels=email,phone
Last updated
Was this helpful?