I have created an application in Azure AD and already have verified MPN ID to associate with this application.
When I add MPN ID I get the error:
This capability is not supported in an email-verified tenant.
There is a custom domain in the tenant, and it shows as "verified". The verification was done by uploading a json
file to a .well-known
folder.
Please clarify, how can I properly proceed with this and correctly associate MPN ID. I am sure it is something simple, but after hours of looking I cannot find anything related to this.
The only thing similar I found is this post: https://learn.microsoft.com/en-us/answers/questions/289672/34email-verified-tenant34-error-when-attempting-to.html?childToView=1084329
But it doesn't clarify where to actually continue verification using the TXT record (I know how to add a TXT record). But I don't even think that is needed, because the domain verification was done with the JSON file and the code in it - TXT record from all that I found could have been the old verification method for the domain.
Any thoughts?