I'm following this tutorial for issuing Verifiable Credentials through Azure AD. I've replaced the sample app appsettings.json file with the specified property values. However when scanning the QR code, the Microsoft Authenticator app returns an error with the code authorityNotFound and the message "Requested authority could not be found".
I am assuming this is to do with the IssuerAuthority property in appsettings.json. This value is my DID copied directly from the Azure Verifiable Credentials (Preview). The same value is provided for the VerifierAuthority property as well, as stated by the tutorial.
Does anyone have any ideas how to fix this?