We have already integrated Azure AD authentication in our ABP backend application for multitenancy.
Now, we are building a desktop client application, and we want this desktop app to authenticate users using the same Azure AD configuration.
Is there any official article or recommended approach for implementing the correct authentication flow for desktop applications in ABP with Azure AD?
Dear Team We created a new multi-layer project with angular frontend, and after we published the backend and frontend to the Azure app service we noticed that we gotan error in the frontend and in the login page as well, as attached
Knowing that we followed this articles to deploy to azure https://github.com/bartvanhoey/AbpGoesAzure/blob/main/tutorial/7.deployment-succeeded-web-app-not-working-fix-the-issues.md
We changed the appsetting in the migrator app , Host to the correct URLs and also we checked the db OpenIddictApplications Also, we changed the angular production environment, and still, the issue exists
Your quick support will be highly appreciated