-
Hi,
I'm trying to build pacts that have randomly generated unique IDs in the path. Example:
```
"request": {
"method": "get",
"path": "/groups/d6a61741-203a-4b8a-aec1-c9db15cff87b/message…
-
Hey
Have you ever considered implementing outbox pattern in Rebus?
I'm willing to help if necessary =)
Cheers
-
# Intro
Currently you are using a fixed WrapperImpl in Mediator.cs, i.e. one of Notification, Request, StreamRequest.
For example, for ```IRequest``` sending:
```csharp
public class Mediator …
-
TBD
> Migrated from CodePlex: [Issue smartstore/SmartStoreNET#144](https://smartstore.codeplex.com/workitem/144) from [muratcakir](https://www.codeplex.com/site/users/view/muratcakir), on 10/26/2013 …
-
For my web app, the redirect from Azure AD back to the web app after successful sign-in requires that I enable ARR Affinity on the web app if it is scaled out to more than one instance, otherwise an i…
-
Hi,
I'm able to login and receive token.
So I create a class like your webapi example, but with Authorize decoration, I've always the error "Authorization has been denied". If I remove the [Autho…
-
### Team
- [X] I've assigned a team label to this issue
### Severity
One customer in the Cloud
### Version
2021.2
### Latest Version
I could reproduce the problem in the latest build
### What …
-
Hello,
I'm trying to set up a standalone resource server that is exactly what is described here: https://github.com/openiddict/openiddict-core/issues/1340.
My resource server is an OWIN/ASP.NET 4.…
-
First let me describe the setup!
I have an asp.net core project, with an MVC controller method - the method isn't important aside from the fact it uses authentication via an [Authorize] attribute:
…
-
In the middleware invoke the base uri is currently hardcoded. Should be able to get this from the owin context from the incoming request.