-
I'm looking in implementing workflow management into my app. My app consists of an ASP.Net WebApi2 server and a .Net 4.8 Winforms client.
Currently I do have a diagramming tool implemented, which s…
-
Hi, when I use kafka can't subscribe a topic.
I have two webApi projects
1. webApi1: `ICapPublisher.Publish("testTopic", some object);`
2. webApi2:
```csharp
public class TestHandler : ICap…
-
I'm trying to authenticate my web api using Azure AD.
I'm following this [tutorial](http://mobilefirstcloudfirst.net/2019/08/adding-azure-active-directory-authentication-connect-angular-app-asp-net…
-
> This issue was migrated from CodePlex issue #20904
> Post date: 09/04/2014 19:53:51
Hi,
Looks like it is failing with "Visual Studio 2013 Update 2 RC", can we have any workaround for it.
tha…
-
#### Description
Add an API config to specify a secret key, which must be specified in the prediction request (e.g. in the header or as a query param). If the key is not provided, the API should resp…
-
"Microsoft.Identity.Web" Version="1.2.0"
**The sample code generation is not working. dotnet new webapi2 --auth SingleAuth **
* Web app
* [ ] Sign-in users
* [ ] Sign-in users and cal…
-
According to the OpenApi specification, it is possible to specify an OAuth 2 security scheme without specifying any scopes. In this case, the specification should contain `scopes: {}`. See https://swa…
-
## What do do:
When B2C is detected (presence of a policy) but the authority is login.microsoftonline.com without the tfp, we should log an error and throw an exception ArgumentException in AddMicr…
-
During the build process, the compiled signed binaries and `released` content should be moved to a root folder called `Release` or something along those lines to help folks know what is a valid assemb…
-
## Test the generated templates
1. Build the Microsoft.Identity.Web.sln solution: from the root of the repository:
```Shell
dotnet pack /p:ClientSemVer=0.3.0-preview Microsoft.Identity.Web…