Field | Value |
---|---|
Name | Glean |
Supported account types | Accounts in this organizational directory only (Single tenant) |
Redirect URI | (Leave this field blank) |
Install-Module -Name PnP.PowerShell
Import-Module PnP.PowerShell
certificate.crt
) that you generated previously to all applications. See the Upload Certificate to Azure step.
Ensure that you have Sharepoint Powershell installed. If any of the following commands do not work, you may need to install the module first before running the commands again within Powershell.Connect-PnPOnline -Url $SITE_COLLECTION_URL -DeviceLogin -ClientId <clientId> -Tenant <tenantId>
Connect-PnPOnline -Url $SITE_COLLECTION_URL -Interactive -ClientId <clientId>
(See section Interactive Connection Troubleshoot if not working)Grant-PnpAzureADAppSitePermission -AppId $CLIENT_ID -Site $SITE_COLLECTION_URL -Permissions FullControl
http://localhost
. Note that this should really be http and not httpsConnect-PnPOnline -Url $SITE_COLLECTION_URL -Interactive -ClientId <clientId>