Questions tagged [connected-services]
22 questions
0
votes
1 answer
Adding Azure AD connected service overwrites Redirect URIs in AAD Portal
I have registered an application in Azure AD (aad.portal.azure.com).
I'd like to use this app registration for authentication using OpenIDConnect for several webapps with different hostnames. I can configure several redirect URIs in the…

Ned Balzer
- 35
- 6
0
votes
1 answer
set up MVC .NET application with Azure Connected Services
What we are trying to do is set up our MVC .NET application with Azure Connected Services within Visual Studio. We are trying to connect to the Existing Azure AD Application. We have the correct domain selected, and also the correct redirect…

Conor8630
- 345
- 1
- 17
0
votes
2 answers
Asp.Net Core Connected Service SOAP Method Always Null
I'am using a SOAP service. In the asp.net core project as connected service. Soap UI populated response. But not populated my method in the asp.net core.
I searched in many different places. I checked everything. But I could not find a solution to…

bilgibilisim
- 7
- 3
0
votes
1 answer
Add Service Refrence in VS19 that requires authentication with client certificate
How do I add a Connected Service that requires a Certificate?
I need to call a SOAP API developed by another company. The company has supplied me with a pfx-file based on a cer-file I've created. I've installed the certificate in "Trusted Root…

Blue_PowerRanger
- 1
- 2
0
votes
1 answer
There was no endpoint listening at ... that could accept the message
I'm building an ASP.NET Core web API project.
Service runs sometimes, sometimes fails.
I get 90% successful results.
There was no endpoint listening at (url) that could accept the message. This is often caused by an incorrect address or SOAP…

fatih bülbül
- 21
- 3
0
votes
1 answer
Client certificate to connected service .net core
I have a .net core 2 API where i've connected a WCF service (which is an email sender);
The service is hosted on IIS with HTTPS and require SSL;
I want to pass the client certificate from the api whenever i make the connection to the email…

Michael Commons
- 773
- 2
- 9
- 28
0
votes
0 answers
.net Core connected services System.ServiceModel.ProtocolException after moving to windows 10 development machine
My company is currently moving from windows 7 to windows 10. I've been trying to debug one of our .NET core projects which is calling soap services using connected services.
when I get to the point of making the call it throws the…

magnumbud
- 21
- 2