Entra

The Microsoft Entra Verified ID API needs a callback URL to finalize the verification request. The walt.id verifier API will pass it automatically with each request based on the configuration in the verifier-api folder: waltid-verifier-api/config/entra.conf

Example

entra.conf
callbackUrl = "https://your-callback-url-for-entra.example/entra/verification-callback/"

Next Steps