<?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 Office 365 sharepoint Authenticate Error in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Office-365-sharepoint-Authenticate-Error/m-p/2444150#M13586</link>
    <description>&lt;P&gt;Dear.&lt;/P&gt;
&lt;P&gt;This issue happened at the Qlik Sense Nov 2023 version in my case.&lt;/P&gt;
&lt;P&gt;Step 1: In Qlik Sense Hub, I'm creating Data connection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 2: Click on Office 365 Sharepoint.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 3: Then I'm giving the our Share point URL.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 4: Below I tried to choose all the below options. Then i will click on Authenticate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error Message *******&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nov 2023.png" style="width: 942px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164576i3F97528353214092/image-size/large?v=v2&amp;amp;px=999" role="button" title="Nov 2023.png" alt="Nov 2023.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Office 365 sharepoint Authenticate button is working well at the Sense Feb 2024 version.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What could be the problem?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2024 05:28:52 GMT</pubDate>
    <dc:creator>hanna_choi</dc:creator>
    <dc:date>2024-04-24T05:28:52Z</dc:date>
    <item>
      <title>Office 365 sharepoint Authenticate Error</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Office-365-sharepoint-Authenticate-Error/m-p/2444150#M13586</link>
      <description>&lt;P&gt;Dear.&lt;/P&gt;
&lt;P&gt;This issue happened at the Qlik Sense Nov 2023 version in my case.&lt;/P&gt;
&lt;P&gt;Step 1: In Qlik Sense Hub, I'm creating Data connection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 2: Click on Office 365 Sharepoint.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 3: Then I'm giving the our Share point URL.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Step 4: Below I tried to choose all the below options. Then i will click on Authenticate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error Message *******&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nov 2023.png" style="width: 942px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164576i3F97528353214092/image-size/large?v=v2&amp;amp;px=999" role="button" title="Nov 2023.png" alt="Nov 2023.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Office 365 sharepoint Authenticate button is working well at the Sense Feb 2024 version.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What could be the problem?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 05:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Office-365-sharepoint-Authenticate-Error/m-p/2444150#M13586</guid>
      <dc:creator>hanna_choi</dc:creator>
      <dc:date>2024-04-24T05:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 sharepoint Authenticate Error</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Office-365-sharepoint-Authenticate-Error/m-p/2444474#M13598</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16864"&gt;@hanna_choi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Most likely it's related to the following:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/connectors/Content/Connectors_Home/Setting-encryption-key.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Content/Connectors_Home/Setting-encryption-key.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To generate an encryption key you can use PowerShell or openssl, here's an example PS script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;# Generates a 32 character base 64 encoded string based on a random 24 byte encryption key
function Get-Base64EncodedEncryptionKey {
$bytes = new-object 'System.Byte[]' (24)
(new-object System.Security.Cryptography.RNGCryptoServiceProvider).GetBytes($bytes)
[System.Convert]::ToBase64String($bytes)
}

$key = Get-Base64EncodedEncryptionKey
Write-Output "Get-Base64EncodedEncryptionKey: ""${key}"", Length: $($key.Length)"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Best, Björn&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 19:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Office-365-sharepoint-Authenticate-Error/m-p/2444474#M13598</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2024-04-24T19:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 sharepoint Authenticate Error</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Office-365-sharepoint-Authenticate-Error/m-p/2444595#M13600</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Björn&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;I think this guide is focus to create EncryptionKey.&lt;/P&gt;
&lt;P&gt;I understand Office 365 Sharepoint connector can create authenticate key by oneself in Qlik Sense Nov 2023 version.&lt;/P&gt;
&lt;P&gt;I hope to solve that the button of authenticate key is not working.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There's no other way, right?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;hanna.choi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 04:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Office-365-sharepoint-Authenticate-Error/m-p/2444595#M13600</guid>
      <dc:creator>hanna_choi</dc:creator>
      <dc:date>2024-04-25T04:17:14Z</dc:date>
    </item>
  </channel>
</rss>

