...
Info |
---|
The artifacts created through the sync job are processed based on the Template selected in the Custom Function. If a custom template is not selected, the artifact undergoes the default Semantic Analysis process. Luma Knowledge generates QnA pairs and metadata from the document content. |
Note: For Sharepoint connection if you recieve a HTTP 401 / Unauthorized from server in the response body: '{"error":"invalid_request","error_description":"Token type is not allowed."}
'Need to check ifDisableCustomAppAuthentication
property using Get-SPOTenant -DisableCustomAppAuthentication if it is True it would disable this kind of authentication. Need to override the setting using this command:
Set-SPOTenant -DisableCustomAppAuthentication $false