-
-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft app settings could not be verifired successfully. Please check your settings and try again later. #769
Comments
Hi, try this. It help me ;-) Step 1: Go to your project, open the 'MicrosoftApps.php' file under your project follow the below path: vendor/uvdesk/core-framework/Controller/MicrosoftApps.php Now change the below this line no. on 149: $redirectEndpoint = str_replace('http', 'https', $this->generateUrl('uvdesk_member_core_framework_integrations_microsoft_apps_oauth_login', [], UrlGeneratorInterface::ABSOLUTE_URL)); to $redirectEndpoint = str_replace('http://', 'https://', $this->generateUrl('uvdesk_member_core_framework_integrations_microsoft_apps_oauth_login', [], UrlGeneratorInterface::ABSOLUTE_URL)); |
I verify that this is the solution. |
Following the tutorial located here: https://www.uvdesk.com/en/how-to-integrate-microsoft-app-to-your-opensource-uvdesk/
Add a new app...however, the following error appears after redirected from Microsoft and the app remains Disabled and Unverified.
Microsoft app settings could not be verifired successfully. Please check your settings and try again later.
The instance of UVDESK Community was installed using sugguestions as found in this forum link: https://forums.uvdesk.com/topic/2126/uvdesk-not-sending-emails-with-smtp-ssl/6
Any idea how to solve this???
The text was updated successfully, but these errors were encountered: