🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved Configuration file location where Basic Authentication happens?

    Technical Help
    2
    2
    188
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      cluster last edited by

      Hi Everyone,

      First of all: I love this tools. Shout out to the amazing developers who created this open-source project.

      I am stuck in a problem while configuring my helpdesk:
      I'm using Office 365 email and since Jan 2023, Microsoft has stopped support for Basic Auth (irrespective of IMAP/SMTP enabled in Microsoft or getting the app password to authenticate as mentioned in UVDesk blogs).

      I believe using Microsoft's Graph API is the only solution.
      I can integrate the Graph API authentication but unable to find the file in UVDesk which handles these actions.

      I am looking for:

      1. File in UVDesk which authenticate a configured Swift Mailer SMTP and send the emails.
      2. File in UVDesk which authenticate a configured mailbox and does the IMAP basic auth to access the emails.
      3. Any other file that would necessary to edit to achieve what I'm looking for.

      Any lead would be very helpful.

      PS: I would be happy to share the edits I made with the community for others looking for same solution.

      Thanks

      1 Reply Last reply Reply Quote 0
      • Komal Sharma
        Komal Sharma UVdesk Staff mod last edited by

        @cluster ,

        We have already noticed this microsoft office 365 error in swiftmailer and mailbox option.

        So we have added a neccessary changes with added new feature of MS-apps in our opensource uvdesk. But it is not an official release for this feature. We have added in v-1.2.x-dev uvdesk.

        If you can install the v-1.2.0 project using the below command:

        $ composer create-project uvdesk/community-skeleton:dev-master;
        

        We would request you try the new updates and let us know if you come across any notable issues which we can address right away during our testing phase.

        1 Reply Last reply Reply Quote 0
        • Komal Sharma
          Komal Sharma UVdesk Staff mod last edited by

          @cluster ,

          We have already noticed this microsoft office 365 error in swiftmailer and mailbox option.

          So we have added a neccessary changes with added new feature of MS-apps in our opensource uvdesk. But it is not an official release for this feature. We have added in v-1.2.x-dev uvdesk.

          If you can install the v-1.2.0 project using the below command:

          $ composer create-project uvdesk/community-skeleton:dev-master;
          

          We would request you try the new updates and let us know if you come across any notable issues which we can address right away during our testing phase.

          1 Reply Last reply Reply Quote 0
          • Topic has been marked as solved  peopleinside peopleinside 
          • First post
            Last post