@Marlo E. Hutchinson it sounds like there is an issue with your Azure AD authentication setup. Can you please share the Azure doc you're following to set this up?
In the meantime you should:
- Enable Azure AD diagnostic logs for your application. This will provide detailed information about the authentication flow and potential errors. You can access these logs in the Azure portal under "Azure Active Directory" -> "Diagnostic settings".
- Confirm that the Redirect URI specified in your Azure AD registration still matches the actual callback URL used by your application.
- Try temporarily disabling "ID Tokens only" in the Azure AD registration under "Authentication". Deploy your application again and see if authentication succeeds. If it does, then the issue might lie in the way your application handles ID Tokens after the OWIN updates.