Questions tagged [secure-store]
Secure Store Service is a shared service that provides storage and mapping of credentials such as account names and passwords. It enables you to securely store data that provides credentials required for connecting to external systems and associating those credentials to a specific identity or group of identities.
76 questions
0 votes
1 answer
53 views
How to get credentials from SharePoint Online Secure Store?
We need to get credentials from our SPOnline Central Admin Secure Store. Unfortunately the people who were admins left, and there's no documentation around it. I could only find scripts that work for ...
1 vote
2 answers
125 views
SharePoint 2010 Upgrade - Service Applications
I am in the process of planning a SharePoint 2010 upgrade to SharePoint 2013 and then to SharePoint 2016. Both SharePoint 2013 and SharePoint 2016 farms are built and include Managed Meta Data ...
0 votes
1 answer
41 views
Can I Leverage secure store for bitlocker encryptions?
I fully accept that this is maybe a dumb question, but I don't mind being the fool. Is there any way that SharePoint's "secure store" functionality could be leveraged to store the bitlocker ...
1 vote
2 answers
652 views
Unable to provision Secure Store Service Application SharePoint 2013. I get TLS related error
I am Unable to provision Secure Store Service Application for SharePoint 2013. I get TLS related error. Below is the error: Logging unknown/unexpected client side exception: ...
2 votes
0 answers
51 views
Store Certificate and Certificate password in Secure Store Target Application
Anywhere where I can find documentation for SharePoint 2013 for storing and retrieving Certificate and Certificate password in Secure Store Target Application?
0 votes
2 answers
3k views
Secure Store Service Application showing status=error on CA>Manage Service Applications
Running SharePoint Server 2016 with MinRole. I looked on Manage services on server and Secure Store Service was Started and Compliant=Yes, also under Manage Service Applications, Secure Store ...
1 vote
1 answer
749 views
Secure Store Service application is not accessible
I have a SharePoint 2016 farm running on 4 Windows 2016 servers (1 web, 1 app, 1 Office Server, 1 SQL). Approximately once a week, we are experiencing an outage that requires an IIS Reset to resolve. ...
0 votes
1 answer
3k views
unable to obtain master key error in secure store service application
We have recently migrated the SharePoint 2010 services to SharePoint 2016 using standard Microsoft SharePoint recommendations like content database backup and restore model. As part of it, we have ...
0 votes
1 answer
65 views
Getting "Error on executing: Secure Store can only be used with SharePoint Server." on a SP2013 list workflow on my SP Server farm
I have a SP workflow that runs on creation/modification of a list item. The workflow connects to an SQL Server db and executes a usp. The SQL Server credentials are stored in Secure Store. When the ...
2 votes
3 answers
3k views
SharePoint 2016 - Secure Store - MasterKey cannot be set! Problem Solved
We had an issue with the Secure Store Service on SharePoint 2016 when we tried to create a new instance in partition mode for a multi-tenancy farm. The main issue, it was impossible to generate a ...
0 votes
1 answer
830 views
Upgrade Secure Store application from SharePoint 2013 to SharePoint 2016
I am trying to upgrade Secure Store service application from SharePoint 2013 to SharePoint 2016 using powershall command following Tech net article: https://technet.microsoft.com/en-us/library/...
-1 votes
1 answer
253 views
Secure Store Target Application (Group) Setting credential owners to Everyone gives Access Denied error
I'm using an external content type in Sharepoint 2013. As part of setting it up, I have setup a Secure Store Application ID. While setting up a secure store application ID, I've set it to Type = Group,...
1 vote
0 answers
94 views
How to assign a user account db_owner or full permissions to a service application database from share point powershell
How to assign a user account db_owner or full permissions to a service application database. For Example: i restored a secure store service application database from production to staging but ...
1 vote
2 answers
2k views
Get secure store service passphrase
I am quite new to SharePoint. We are setting up a clone of production (SP 2010). However, we do not have the passphrase of Secure Store service. Kindly let know how we can retrieve it.
2 votes
0 answers
135 views
How do I get a certificate from the secure store service?
I've added a certificate (pfx file, Google API) to the secure store in SharePoint 2013. How do I retrieve it using c#? I know how to retrieve any other string from the secure store but everything I ...