<?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: Issues when using MS Graph API - Users in Blue Prism in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55633#M1175</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/40251"&gt;@ShivaniChandras&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;It looks like you're creating your own Web API for MS Graph. You don't have to use the Credential Manager to pass the token in. Just set the Common Authentication to &lt;STRONG&gt;None&lt;/STRONG&gt; and then create a Common Header similar to the screenshot below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7134.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7309i65004B62E9D47849/image-size/large?v=v2&amp;amp;px=999" role="button" title="7134.png" alt="7134.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Then you need to create a Common Parameter, in the screenshot above it's titled &lt;STRONG&gt;Access Token&lt;/STRONG&gt;.​ Then you use the authentication VBO to get your token and pass it into your Web API as an input parameter.&lt;BR /&gt;&lt;BR /&gt;Cheers,&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>Tue, 14 Dec 2021 16:38:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-12-14T16:38:00Z</dc:date>
    <item>
      <title>Issues when using MS Graph API - Users in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55630#M1172</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I'm trying to read user details like first name, domain name and last name of the users using MS Graph API - Users in Blue Prism. I've tried many ways to establish this process, but unable to get the details due to certain errors...&lt;BR /&gt;&lt;BR /&gt;I've registered the application in Azure AD and have User.Read.All permission. I've also tested the credentials using Postman and everything works fine, but when I try to get the access token using the API, I'm getting the below error.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7155.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7326iB9519995739D5806/image-size/large?v=v2&amp;amp;px=999" role="button" title="7155.png" alt="7155.png" /&gt;&lt;/span&gt;&lt;BR /&gt;If anyone can help me and explain the detailed process, from Azure to getting user details, especially getting access tokens, using MS Graph API in Blue Prism.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shivani.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shivani Chandrasekar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2021 13:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55630#M1172</guid>
      <dc:creator>ShivaniChandras</dc:creator>
      <dc:date>2021-12-01T13:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues when using MS Graph API - Users in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55631#M1173</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/40251"&gt;@ShivaniChandras&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;We've just pushed an update to this connector which changes the authorization logic. Previously, the connector would try to create the OAuth handshake itself. We found that was a bit unreliable, so we moved that logic into a dedicated VBO - the &lt;STRONG&gt;Microsoft Graph - Authentication&lt;/STRONG&gt; VBO. It's capable of requesting either Application Access or Delegated Access tokens. Please download the latest version of the Users connector and the Authentication VBO.&lt;BR /&gt;&lt;BR /&gt;You can find the Microsoft Graph - Authentication VBO here: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/microsoft-graph-api---authentication" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/microsoft-graph-api---authentication&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&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, 01 Dec 2021 22:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55631#M1173</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-12-01T22:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues when using MS Graph API - Users in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55632#M1174</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;&lt;BR /&gt;Thank you for you answer. It helped me to achieve my end results.&lt;BR /&gt;&lt;BR /&gt;I'm facing another challenge... Hope for help...&lt;BR /&gt;&lt;BR /&gt;During the usage of the MS Graph Users Web API service, I'm able to get the user details by passing the token using the credential manager.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7127.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7303iCA6029B39DA1F873/image-size/large?v=v2&amp;amp;px=999" role="button" title="7127.png" alt="7127.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I wanted to know if we could pass the access token to the web service, without using the credential manager....&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Any suggestion would be helpful.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;​&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shivani Chandrasekar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2021 16:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55632#M1174</guid>
      <dc:creator>ShivaniChandras</dc:creator>
      <dc:date>2021-12-14T16:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues when using MS Graph API - Users in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55633#M1175</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/40251"&gt;@ShivaniChandras&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;It looks like you're creating your own Web API for MS Graph. You don't have to use the Credential Manager to pass the token in. Just set the Common Authentication to &lt;STRONG&gt;None&lt;/STRONG&gt; and then create a Common Header similar to the screenshot below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7134.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7309i65004B62E9D47849/image-size/large?v=v2&amp;amp;px=999" role="button" title="7134.png" alt="7134.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Then you need to create a Common Parameter, in the screenshot above it's titled &lt;STRONG&gt;Access Token&lt;/STRONG&gt;.​ Then you use the authentication VBO to get your token and pass it into your Web API as an input parameter.&lt;BR /&gt;&lt;BR /&gt;Cheers,&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>Tue, 14 Dec 2021 16:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55633#M1175</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-12-14T16:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issues when using MS Graph API - Users in Blue Prism</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55634#M1176</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you Eric, It worked!!!​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shivani Chandrasekar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Dec 2021 06:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issues-when-using-MS-Graph-API-Users-in-Blue-Prism/m-p/55634#M1176</guid>
      <dc:creator>ShivaniChandras</dc:creator>
      <dc:date>2021-12-16T06:18:00Z</dc:date>
    </item>
  </channel>
</rss>

