<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: MSAL VBO Authentication Issues in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57872#M1559</link>
    <description>&lt;P&gt;Thank you very much for your prompt reply.&lt;/P&gt;
&lt;P&gt;Your insight was correct. As the mailbox is shared and necessitates shared permissions, and the proxy must be open for the URLs, I have successfully resolved the authentication issue by opening the firewall and configuring the proxy for the URL.&lt;/P&gt;
&lt;P&gt;I appreciate you taking the time to resolve this matter.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amrutha Sivarajan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Dec 2023 04:14:00 GMT</pubDate>
    <dc:creator>Amruthasimplify</dc:creator>
    <dc:date>2023-12-19T04:14:00Z</dc:date>
    <item>
      <title>MSAL VBO Authentication Issues</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57866#M1553</link>
      <description>&lt;P&gt;I have been trying to use the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/msalnet"&gt;MSAL (2.1.0) VBO&lt;/A&gt; to authenticate with a registered app to access the Graph API. I am unable to perform any action as they all result in the same error message:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;Internal : Could not execute code stage because exception thrown by code stage: One or more errors occurred.&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;I am unable to dig any deeper due to the generic message it returns. I have not modified the VBO in any way and have made sure these prerequisites are installed:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---collection-manipulation"&gt;Collection Manipulation&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---file-management"&gt;File Management&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---windows-compressed-file-2"&gt;Windows Compressed File&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Microsoft.Identity.Client.dll that was provided by the MSAL download has been placed in C:\Program Files\Blue Prism Limited\Blue Prism Automate\&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I am at a loss as to where to look next as there doesn't seem to be any discussion around this yet. I have even installed this VBO in a fresh installation of Blue Prism 6.9 just to make sure there aren't existing conflictions in our DEV area. What am I missing?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7474.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7649i08999021779D89B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="7474.png" alt="7474.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tim Argenbright&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Feb 2023 19:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57866#M1553</guid>
      <dc:creator>TimArgenbright</dc:creator>
      <dc:date>2023-02-09T19:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSAL VBO Authentication Issues</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57867#M1554</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/96"&gt;@TimArgenbright&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;This is due to an AggregateException being thrown. You should be able to capture it by adding an additional &lt;STRONG&gt;catch&lt;/STRONG&gt; like this:&lt;/P&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;catch (AggregateException err) {
  Exception = err.ToString();
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Just add the above code snippet immediately after the close curly brace of the MsalServiceException catch block.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Feb 2023 22:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57867#M1554</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-02-09T22:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSAL VBO Authentication Issues</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57868#M1555</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;I'm facing MSAL Authentication issue with the below error. I imported the MSAL.NET v2.2 version with the dll. I have performed the prerequisites as mentioned in the Guide. Can you help me to resolve the issue.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;MSAL.Desktop.4.42.1.0.MsalServiceException:&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: Calibri; font-size: 11.0pt;"&gt;ErrorCode: request_timeout&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Microsoft.Identity.Client.MsalServiceException: Request to the endpoint timed out. ---&amp;gt; System.Threading.Tasks.TaskCanceledException: A task was canceled.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.Platforms.net45.Http.DnsSensitiveClientHandler.&amp;lt;SendAsync&amp;gt;d__2.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Net.Http.HttpClient.&amp;lt;FinishSendAsyncBuffered&amp;gt;d__58.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.Http.HttpManager.&amp;lt;ExecuteAsync&amp;gt;d__14.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.Http.HttpManager.&amp;lt;ExecuteWithRetryAsync&amp;gt;d__12.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;--- End of inner exception stack trace ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.Internal.Requests.RequestBase.&amp;lt;HandleTokenRefreshErrorAsync&amp;gt;d__26.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.Internal.Requests.ClientCredentialRequest.&amp;lt;ExecuteAsync&amp;gt;d__2.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.Internal.Requests.RequestBase.&amp;lt;RunAsync&amp;gt;d__12.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.ApiConfig.Executors.ConfidentialClientExecutor.&amp;lt;ExecuteAsync&amp;gt;d__3.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Inner Exception: System.Threading.Tasks.TaskCanceledException: A task was canceled.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.Platforms.net45.Http.DnsSensitiveClientHandler.&amp;lt;SendAsync&amp;gt;d__2.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Net.Http.HttpClient.&amp;lt;FinishSendAsyncBuffered&amp;gt;d__58.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.Http.HttpManager.&amp;lt;ExecuteAsync&amp;gt;d__14.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;at Microsoft.Identity.Client.Http.HttpManager.&amp;lt;ExecuteWithRetryAsync&amp;gt;d__12.MoveNext()&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: Calibri; font-size: 11.0pt;"&gt;StatusCode: 0&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: Calibri; font-size: 11.0pt;"&gt;ResponseBody:&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-left: .375in; font-family: Calibri; font-size: 11.0pt;"&gt;Headers:&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amrutha Sivarajan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2023 08:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57868#M1555</guid>
      <dc:creator>Amruthasimplify</dc:creator>
      <dc:date>2023-11-29T08:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSAL VBO Authentication Issues</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57869#M1556</link>
      <description>&lt;P&gt;Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="c3dc92f6-1f5e-42e9-bc81-9224c9d0c7a6" data-tag-text="@Amrutha Sivarajan" href="https://community.blueprism.com/network/profile?UserKey=c3dc92f6-1f5e-42e9-bc81-9224c9d0c7a6" data-itemmentionkey="fe234257-9a26-49a6-a05b-e6ca5890cf11"&gt;@Amrutha Sivarajan&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;We're going to need more information.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What version of Blue Prism are you using?&lt;/LI&gt;
&lt;LI&gt;Which action on the MSAL VBO are you calling?&lt;/LI&gt;
&lt;LI&gt;Can you post a screenshot of the action properties (make sure to obscure any sensitive data)?&lt;/LI&gt;
&lt;LI&gt;I assume you've set the Tenant ID and other properties?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2023 13:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57869#M1556</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-11-29T13:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSAL VBO Authentication Issues</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57870#M1557</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; for the swift response.&lt;/P&gt;
&lt;P&gt;Below are details you have asked for:&lt;BR /&gt;1. We are using BP7.0 and have configured the Azure as mentioned in the User Guide.&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; At the stage for Authentication, when it calls the 'Get Auth Token - Client Secret' action, it takes a while to execute and returns the above error message.&lt;/P&gt;
&lt;P&gt;3. Screenshots below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7460.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7634iDAD9D92A69E80DF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="7460.png" alt="7460.png" /&gt;&lt;/span&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="7461.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7636i6581607A68ACD3F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="7461.png" alt="7461.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amrutha Sivarajan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Nov 2023 03:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57870#M1557</guid>
      <dc:creator>Amruthasimplify</dc:creator>
      <dc:date>2023-11-30T03:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSAL VBO Authentication Issues</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57871#M1558</link>
      <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="c3dc92f6-1f5e-42e9-bc81-9224c9d0c7a6" data-tag-text="@Amrutha Sivarajan" href="https://community.blueprism.com/network/profile?UserKey=c3dc92f6-1f5e-42e9-bc81-9224c9d0c7a6" data-itemmentionkey="02aeb382-5e08-4b90-a9b1-7e7343767c2e"&gt;@Amrutha Sivarajan&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response. Since this is the first action you're calling on the VBO, my guess is the request is being blocked somehow. In other words, the MSAL.NET DLL, which makes the actual network request, is failing to find a network path to Azure. Do you traverse a proxy or anything like that?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Dec 2023 15:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57871#M1558</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-12-18T15:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSAL VBO Authentication Issues</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57872#M1559</link>
      <description>&lt;P&gt;Thank you very much for your prompt reply.&lt;/P&gt;
&lt;P&gt;Your insight was correct. As the mailbox is shared and necessitates shared permissions, and the proxy must be open for the URLs, I have successfully resolved the authentication issue by opening the firewall and configuring the proxy for the URL.&lt;/P&gt;
&lt;P&gt;I appreciate you taking the time to resolve this matter.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amrutha Sivarajan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2023 04:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MSAL-VBO-Authentication-Issues/m-p/57872#M1559</guid>
      <dc:creator>Amruthasimplify</dc:creator>
      <dc:date>2023-12-19T04:14:00Z</dc:date>
    </item>
  </channel>
</rss>

