Questions tagged [service-application]
23 questions
4
votes
1 answer
WCF Client error: "The address of the security token issuer is not specified"
I am receiving the following error from my WCF Client. "The address of the security token issuer is not specified. An explicit issuer address must be specified in the binding for target 'http://site.com/TLAPI.svc' or the local issuer address must be…

Meyer Denney
- 796
- 1
- 11
- 34
3
votes
2 answers
Limit access to groups or individual mailboxes using a service application in Azure Ad
I have an Azure integrated service application (daemon app) with permissions to the Microsoft graph api, I can now read all the mailboxes for the entire company, which is awesome but might raise some concerns with the business management. We use…

Kaptein Babbalas
- 1,058
- 12
- 15
3
votes
0 answers
How to synchronize the two cameras in Android
I want to make both photo cameras with a minimum interval or (if it's possibte) in same time.
I try to make it on a service but have a lot problem with synchronize. Now I have two services, which make photo by front and back cameras.
Maybe somebody…

VKostenc
- 1,140
- 14
- 19
3
votes
0 answers
How to set creator Google calendar event via API v3
I am creating events via the Google Calendar API v3 with service application. I'm authenticating my program via OAuth 2.0 credentials obtained through the API console.
Everything works well so far, but I see the service account email address as my…

AndreaP
- 31
- 2
2
votes
0 answers
WebView + GPS in sleep mode or locked screen Android
i am starting in Android dev. I have a web page, this can take the latitude and longitude from html5 apis. But... i need to take gps info with locked screen (sleep mode).
I think, that a good idea to start is to make an application with a WebView…

Erusso87
- 667
- 1
- 7
- 19
2
votes
0 answers
Crypto algorithm '' not supported in this context
I have a SharePoint 2010 service application and when I try to execute some code on the channel I receive the error:
Crypto algorithm '' not supported in this context.System.NotSupportedException: Crypto algorithm '' not supported in this…

Meyer Denney
- 796
- 1
- 11
- 34
2
votes
1 answer
How to create a service application for Gear S?
Has anyone succeeded in creating a service application as described in Service Application: Creating a Service Application with Tizen SDK for Wearable 1.0.0?
I followed the the instructions as described in the link above: installed the partner level…

Andrei Bogdan Baran
- 31
- 4
1
vote
0 answers
webapi deploy on Azure gives missing ClientId error
I have a web api in C# 6, deployed as a web service in azure.
Trying to access the swagger i.e. https://myWebService.azurewebsites.net/swagger , I am getting this error in the logs:
2023-01-28T16:47:54.529264514Z System.ArgumentNullException:…

Briana
- 23
- 3
1
vote
0 answers
Azure Service App, Debugging in Visual Studio: How to save content to local machine files?
I am debugging my Service App, published in Azure, on my local machine with Visual Studio. I attached a debugger on the published .Net Core app.
It works fine and I can inspect all values and debugg all code I want.
But, I want to save some…

Marcel James
- 834
- 11
- 20
1
vote
1 answer
What is single-click (eval) mode (SharePoint 2010 service applications)?
I'm writing a service application for SharePoint 2010. I've implemented the Microsoft.SharePoint.Administration.IServiceAdministration in my service class. There's method called GetCreateApplicationOptions in this interface which returns the…

spa
- 5,059
- 1
- 35
- 59
1
vote
1 answer
Microsoft Graph Api Webhook subscription via Rest Api not working anymore
I have a working application that receive email webhook events from MS-Graph Api.
I noticed that I could not find the subscription back using the subscriptionId, I get a 404 error.I also cannot delete the subscription using the id.
I investigated…

Kaptein Babbalas
- 1,058
- 12
- 15
1
vote
2 answers
How to make a service application in Firefox OS?
I need a service application in Firefox OS which should start at boot time. I searched several sites but didn't get anything useful. Also I would like to know what all changes should be made in the manifest file and js file. Also the requirement of…

Rohith Murali
- 5,551
- 2
- 25
- 26
1
vote
1 answer
Sharepoint 2013 Manage Service Applications - Missing PowerPoint Automation Services
We just did a fresh SharePoint 2013 farm installation and want to manually configure the service applications used - we are not using the Farm Configuration Wizard.
The issue we are facing is that PowerPoint Automation Services does not appear in…

SliverNinja - MSFT
- 31,051
- 11
- 110
- 173
1
vote
1 answer
How to share service application between Sharepoint 2013 and 2010
I'm trying to publish the search service application from my Sharepoint 2013 farm and have the Sharepoint 2010 farm consume it. Ive followed these steps from the Technet site and I am stuck at step 6:…

user2657762
- 41
- 1
- 7
0
votes
1 answer
SQL Server Returns error on geography column
I have seen questions regarding this but not exactly my scenario:
I have created a service. It runs on one server that is also a web server. It looks at a remote server running SQL Server to gather data to run.
When getting data from one of the…

Gary Whitcher
- 39
- 8