Do you know if this is possible? I'd like my issuer web page to display a message after AAD has issued the VC. I need Authenticator or AAD to make a callback so my app.js knows the VC was issued successfully. I tried adding cliendId and redirectUri to my RequestorBuilder in the issuer but neither Authenticator nor AAD did a callback. These properties work fine in the verifier page requesting a VC from Authenticator though. Any idea how to get a callback on issuance? Thanks