<?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 MS Graph API – App registration for BP Connectors - URI setting in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Graph-API-App-registration-for-BP-Connectors-URI-setting/m-p/101058#M3262</link>
    <description>Dear BP Community,&lt;BR /&gt;&lt;BR /&gt;I have got some robotic accounts created like robot1@mycompany.com, robot2@mycompany.com etc.&lt;BR /&gt;Each such account has accesses to different SharePoint/Teams folders and mailboxes.&lt;BR /&gt;I would like to use MS Graph API to read/write files on Teams and read/send emails by these robotic users..&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;APP Registration - before using BP Connectors related to Microsoft Graph API, it is required to register an app in Azure Active Directory.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline"&gt;Question1&lt;/SPAN&gt; --&amp;gt;What type and value should be selected in &lt;STRONG&gt;Redirect URI (optional)&lt;/STRONG&gt; settings:&lt;BR /&gt;&lt;STRONG&gt;Web&lt;/STRONG&gt;&amp;nbsp;or&amp;nbsp;&lt;STRONG&gt;Public client&lt;/STRONG&gt; and what &lt;STRONG&gt;URI&lt;/STRONG&gt; to work with BP connectors?&lt;/LI&gt;
&lt;/UL&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="36623.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36630i9D23168246E41441/image-size/large?v=v2&amp;amp;px=999" role="button" title="36623.png" alt="36623.png" /&gt;&lt;/span&gt;
&lt;UL&gt;
&lt;LI&gt;App Permissions&lt;BR /&gt;&lt;SPAN style="text-decoration: underline"&gt;Question2&lt;/SPAN&gt; --&amp;gt;&amp;nbsp; In the described setup - is it enough to set only “Delegated permissions”&amp;nbsp; for the app and then use the permissions of the particular robotic account to handle files and emails?&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Thank you in advance for your support!&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Jul 2021 16:31:50 GMT</pubDate>
    <dc:creator>Marek__Gnutek</dc:creator>
    <dc:date>2021-07-08T16:31:50Z</dc:date>
    <item>
      <title>MS Graph API – App registration for BP Connectors - URI setting</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Graph-API-App-registration-for-BP-Connectors-URI-setting/m-p/101058#M3262</link>
      <description>Dear BP Community,&lt;BR /&gt;&lt;BR /&gt;I have got some robotic accounts created like robot1@mycompany.com, robot2@mycompany.com etc.&lt;BR /&gt;Each such account has accesses to different SharePoint/Teams folders and mailboxes.&lt;BR /&gt;I would like to use MS Graph API to read/write files on Teams and read/send emails by these robotic users..&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;APP Registration - before using BP Connectors related to Microsoft Graph API, it is required to register an app in Azure Active Directory.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline"&gt;Question1&lt;/SPAN&gt; --&amp;gt;What type and value should be selected in &lt;STRONG&gt;Redirect URI (optional)&lt;/STRONG&gt; settings:&lt;BR /&gt;&lt;STRONG&gt;Web&lt;/STRONG&gt;&amp;nbsp;or&amp;nbsp;&lt;STRONG&gt;Public client&lt;/STRONG&gt; and what &lt;STRONG&gt;URI&lt;/STRONG&gt; to work with BP connectors?&lt;/LI&gt;
&lt;/UL&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="36623.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36630i9D23168246E41441/image-size/large?v=v2&amp;amp;px=999" role="button" title="36623.png" alt="36623.png" /&gt;&lt;/span&gt;
&lt;UL&gt;
&lt;LI&gt;App Permissions&lt;BR /&gt;&lt;SPAN style="text-decoration: underline"&gt;Question2&lt;/SPAN&gt; --&amp;gt;&amp;nbsp; In the described setup - is it enough to set only “Delegated permissions”&amp;nbsp; for the app and then use the permissions of the particular robotic account to handle files and emails?&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Thank you in advance for your support!&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jul 2021 16:31:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Graph-API-App-registration-for-BP-Connectors-URI-setting/m-p/101058#M3262</guid>
      <dc:creator>Marek__Gnutek</dc:creator>
      <dc:date>2021-07-08T16:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: MS Graph API – App registration for BP Connectors - URI setting</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/MS-Graph-API-App-registration-for-BP-Connectors-URI-setting/m-p/101059#M3263</link>
      <description>Hi Marek,&lt;BR /&gt;&lt;BR /&gt;In my experience with using graph API with Outlook you can specify even &lt;A href="https://localhost:1234" target="test_blank"&gt;https://localhost:1234&lt;/A&gt; as redirect url (helps in local testing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;Permission can be either application level (admin consent) or delegate permissions, both have different way of getting token. For delegate permissions along with client ID and secret you will have to pass the username and password of the robot accounts to get access token.</description>
      <pubDate>Fri, 09 Jul 2021 12:35:24 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/MS-Graph-API-App-registration-for-BP-Connectors-URI-setting/m-p/101059#M3263</guid>
      <dc:creator>JerinJose</dc:creator>
      <dc:date>2021-07-09T12:35:24Z</dc:date>
    </item>
  </channel>
</rss>

