<?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: REST API Silent Authentication (Token) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/158926#M5344</link>
    <description>&lt;P&gt;Thanks &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;, I already solved it,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just read a little more how the authentication flow works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2017 07:06:11 GMT</pubDate>
    <dc:creator>visure</dc:creator>
    <dc:date>2017-04-14T07:06:11Z</dc:date>
    <item>
      <title>REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/156004#M5283</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was following the steps in this topic:&lt;BR /&gt;&lt;A href="Http://community.powerbi.com/t5/Developer/How-to-use-Power-BI-Rest-API-without-GUI-authentication-redirect/m-p/6030/highlight/true" target="_blank"&gt;Http://community.powerbi.com/t5/Developer/How-to-use-Power-BI-Rest-API-without-GUI-authentication-redirect/m-p/6030/highlight/true#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To perform the same operations in PHP however I am having some difficulty playing in php,&lt;/P&gt;&lt;P&gt;- I created an an App at &lt;A href="https://dev.powerbi.com/apps" target="_blank"&gt;https://dev.powerbi.com/apps&lt;/A&gt; as NativeApp&lt;BR /&gt;- I gave all the permissions&lt;BR /&gt;- I got my client_id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Basically I'm making a request (post) on:&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://login.windows.net/common/oauth2/token" target="_blank"&gt;https://login.windows.net/common/oauth2/token&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the parameters:&lt;BR /&gt;grant_type = password&lt;BR /&gt;scope = openid&lt;BR /&gt;resource = https: //analysis.windows.net/powerbi/api&lt;BR /&gt;client_id = MY_CLIENT_IS&lt;BR /&gt;username = MY_USER_NAME&lt;BR /&gt;password = MY_PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But I always get:&lt;/STRONG&gt;&lt;BR /&gt;AADSTS65001: The user or administrator has not consented to use the application with ID 'CLIENT_ID'. Send an interactive authorization request for this user and resource. Trace ID: f9380076-1990-4d5d-b615-925a47121100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What's&amp;nbsp;wrong?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I don't use Azure Management Portal&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 00:07:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/156004#M5283</guid>
      <dc:creator>visure</dc:creator>
      <dc:date>2017-04-09T00:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/158917#M5343</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/26417"&gt;@visure&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;That is a more AAD related issue.&lt;/P&gt;
&lt;P&gt;Check similar threads&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/34775287/oauth2-with-azure-ad-not-getting-user-consent" target="_blank"&gt;http://stackoverflow.com/questions/34775287/oauth2-with-azure-ad-not-getting-user-consent&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/40109711/the-user-or-administrator-has-not-consented-to-use-the-application-send-an-int" target="_blank"&gt;http://stackoverflow.com/questions/40109711/the-user-or-administrator-has-not-consented-to-use-the-application-send-an-int&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For better response, I'd suggest you post in &lt;A href="https://social.msdn.microsoft.com/Forums/en-US/home?forum=WindowsAzureAD" target="_self"&gt;AAD forum&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 06:52:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/158917#M5343</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-04-14T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/158926#M5344</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;, I already solved it,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just read a little more how the authentication flow works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 07:06:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/158926#M5344</guid>
      <dc:creator>visure</dc:creator>
      <dc:date>2017-04-14T07:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/158976#M5345</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/26417"&gt;@visure&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;, I already solved it,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just read a little more how the authentication flow works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/26417"&gt;@visure&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Could you share the solution?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 08:34:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/158976#M5345</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-04-14T08:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/158995#M5346</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I calmly read the message "The user or administrator has not consented to use the application" I started to ask myself "where could I consent the&amp;nbsp;permissions", the quick response came "Azure AD".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started to search how the Azure AD permissions system works and I found this link:&lt;BR /&gt;&lt;A href="Https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-integrating-applications" target="_blank"&gt;Https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-integrating-applications&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After reading it I conclude: I created the application through PowerBI (&lt;A href="http://dev.powerbi.com/apps" target="_blank"&gt;http://dev.powerbi.com/apps&lt;/A&gt;) which generated an application in Azure AD (&lt;A href="http://portal.azure.com" target="_blank"&gt;http://portal.azure.com&lt;/A&gt;), so I still had to delegate the application permissions - my user was also the account administrator so I just needed to grant the permissions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create app on PowerBI &amp;gt; Go to Azure Portal &amp;gt; Find Azure Active Directory &amp;gt; Find the Application &amp;gt; Grant Permissions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any questions are welcome.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 08:54:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/158995#M5346</guid>
      <dc:creator>visure</dc:creator>
      <dc:date>2017-04-14T08:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/212373#M6708</link>
      <description>&lt;P&gt;I want power bi authenication code in java.can please give some codes.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2017 04:39:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/212373#M6708</guid>
      <dc:creator>Janavarsha</dc:creator>
      <dc:date>2017-07-15T04:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/237198#M7462</link>
      <description>&lt;P&gt;Thanks, that did the trick for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 13:21:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/237198#M7462</guid>
      <dc:creator>Valtyr</dc:creator>
      <dc:date>2017-08-23T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/301212#M8856</link>
      <description>&lt;P&gt;I was getting this same error in a native application using ADAL trying to access the PowerBI REST API. I had given all of the correct permissions in AAD as discussed in previous solutions, but had already received a token from a previous signin (before I gave the PowerBI Service permissions in AAD). My issue was that the previous token was stale and did not contain the updated claims. For me, the solution was to use PromptBehavior.RefreshSession as per the code below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;AuthenticationResult result = await authenticationContext.AcquireTokenAsync(resourceId, clientId, redirectURI, new PlatformParameters(PromptBehavior.RefreshSession, false));&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per &lt;A href="https://msdn.microsoft.com/en-us/library/microsoft.identitymodel.clients.activedirectory.promptbehavior.aspx" target="_self"&gt;MSDN&lt;/A&gt;, PromptBehavior.RefreshSession "Re-authorizes (through displaying webview) the resource usage, making sure that the resulting access token contains updated claims. If user logon cookies are available, the user will not be asked for credentials again and the logon dialog will dismiss automatically."&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2017 00:18:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/301212#M8856</guid>
      <dc:creator>msplants</dc:creator>
      <dc:date>2017-11-11T00:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/327950#M9681</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/26417"&gt;@visure&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing same but still getting error:&lt;/P&gt;&lt;P&gt;AADSTS65001: The user or administrator has not consented to use the application with ID 'xxxxxxxxxxxxxxxxxx' named 'LSNTestAPP'. Send an interactive authorization request for this user and resource.\r\nTrace ID: 19f4be86-94db-45ad-961a-46a570ad4300\r\nCorrelation ID: 99c5058f-177a-459b-9509-def5865d5fcf\r\nTimestamp: 2017-12-22 06:43:15Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's error coming while login with power bi user credentials but when use azure port admin credentials then it's work so please let me know what i am missing to authenticate powerbi user to get access token.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have spend lot of time on it please help me out to resove this isssue.&lt;/P&gt;&lt;P&gt;I hope for your quick response!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 06:47:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/327950#M9681</guid>
      <dc:creator>dharamgoyal</dc:creator>
      <dc:date>2017-12-22T06:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/390749#M11612</link>
      <description>&lt;P&gt;Hello Visure,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create app on PowerBI &amp;gt; Go to Azure Portal &amp;gt; Find Azure Active Directory &amp;gt; Find the Application &amp;gt; Grant Permissions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your sharing and based on your steps, i couldn't find the Application before granting permissions? Could you kindly show the steps for "Create app on Power BI"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Ludia&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 01:17:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/390749#M11612</guid>
      <dc:creator>Ludia</dc:creator>
      <dc:date>2018-04-06T01:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/390782#M11615</link>
      <description>&lt;P&gt;&amp;nbsp;Hey Ludia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just go to: &lt;A href="https://dev.powerbi.com/apps" target="_blank"&gt;https://dev.powerbi.com/apps&lt;/A&gt; and create your application&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 03:01:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/390782#M11615</guid>
      <dc:creator>visure</dc:creator>
      <dc:date>2018-04-06T03:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/399369#M11895</link>
      <description>&lt;P&gt;Your clear and concise instructions really helped me out. I would have never figured out I had to go into portal.azure.com to enable the PowerBI permissions. I was thinking that Power BI was completely separate. Thanks a bunch for taking the time to post your solution!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:37:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/399369#M11895</guid>
      <dc:creator>human239874</dc:creator>
      <dc:date>2018-04-18T16:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/465614#M14313</link>
      <description>&lt;P&gt;Please look at below blog post see it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://zappysys.com/blog/howto-import-json-rest-api-power-bi/" target="_self"&gt;https://zappysys.com/blog/howto-import-json-rest-api-power-bi/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using ZappySys ODBC API drivers you can import any REST API.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check below example how to use OAuth connection in ZappySys ODBC driver. You can select Custom Provider + OAuth 2.0 Version.&amp;nbsp;Select Scope,&amp;nbsp;Grant Type (i.e. Password Grant), Client ID, Userid, password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also supply non-standard OAuth attributes on Advanced Tab (e.g. resource=http://your-resource-url)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZappySys Driver - OAuth Configuration (Grant Type, Scope, Auth URL)" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/107354iD3765FCD29C53E65/image-size/large?v=v2&amp;amp;px=999" role="button" title="driver-oauth-connection.png" alt="ZappySys Driver - OAuth Configuration (Grant Type, Scope, Auth URL)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ZappySys Driver - OAuth Configuration (Grant Type, Scope, Auth URL)&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZappySys ODBC JSON Driver - Configure REST API call" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/107350iCD0881C6C9DD80E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="zappysys-odbc-json-rest-api-driver-ui.png" alt="ZappySys ODBC JSON Driver - Configure REST API call" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ZappySys ODBC JSON Driver - Configure REST API call&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZappySys ODBC JSON Driver - SQL Query Preview (Read from JSON / XML / CSV File or REST API" style="width: 576px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/107351iEFACE5CC3779AD4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="odbc-driver-sql-query-preview.png" alt="ZappySys ODBC JSON Driver - SQL Query Preview (Read from JSON / XML / CSV File or REST API" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ZappySys ODBC JSON Driver - SQL Query Preview (Read from JSON / XML / CSV File or REST API&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 13:47:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/465614#M14313</guid>
      <dc:creator>ZappySys</dc:creator>
      <dc:date>2018-07-18T13:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/465935#M14322</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/26417"&gt;@visure&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your great help, my problem was solved&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 20:48:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/465935#M14322</guid>
      <dc:creator>Ludia</dc:creator>
      <dc:date>2018-07-18T20:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/465936#M14323</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/51436"&gt;@Ludia&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are welcome&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 20:49:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/465936#M14323</guid>
      <dc:creator>visure</dc:creator>
      <dc:date>2018-07-18T20:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Silent Authentication (Token)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/465937#M14324</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/68782"&gt;@ZappySys&lt;/a&gt; I do not think it's the case of promoting a product on an important integration issue.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 20:51:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Silent-Authentication-Token/m-p/465937#M14324</guid>
      <dc:creator>visure</dc:creator>
      <dc:date>2018-07-18T20:51:17Z</dc:date>
    </item>
  </channel>
</rss>

