Hi,
Not sure if this is the correct repository. When we turn on easy auth for a web app, and try to browse the url, we get error 500 instead of website redirecting to microsoft login page. I am using express option and selecting an existing app already created in Azure AD -> App registrations. On further investigating, after switching to advance option in Easy Auth, we found out that the Issuer URL is different than the Directory (tenant) ID from app in app registrations.



On replacing the Issuer URL with the Tenant ID, the webapp works fine.
Any suggestions/thoughts on why easy auth is assigning wrong issuer URL?