You can configure Web Parts for the Secure Store Service.
To configure Web Parts for the Secure Store Service:
- Ensure the Secure Store Service is running. To check its status, click Manage services on server under System Settings in Central Administration.
-
In Windows Explorer, browse to the folder appropriate for your SharePoint edition:
-
SharePoint Server 2019: C:\Program Files\Common Files\Microsoft Shared\web server extensions\16\TEMPLATE\FEATURES\ OnBase WebPartsforServer2019
-
- Open the OnBase StatusViewWebpart.dwp in a text-editing application.
-
Set the following entry to true:
<IsSSO xmlns="Hyland.Applications.Sharepoint.StatusViewWebPart">true</IsSSO>
-
For the following element, modify App=
OnBase to specify the Secure Store Service application name you created in SharePoint Central Administration:
<PathToSSOEntryPage xmlns="Hyland.Applications.Sharepoint.StatusViewWebPart">https://SPS_Server:SPS_SSL_Port/_layouts/1033/ssologon.aspx?App= OnBase </PathToSSOEntryPage>
Note:The URL does not need to be modified. The only value used in SharePoint 2019 is the App= value.
-
To allow users to change their Secure Store Service credentials using StatusView Web Parts, ensure the following entry is set to true:
<AllowUserSSOManagement xmlns="Hyland.Applications.Sharepoint.StatusViewWebPart">true</AllowUserSSOManagement>
- Continue to Web Part Upload & Activation (SharePoint 2019).