oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

configuring multiple domains for redirect_uri

Open martinrode opened this issue 1 year ago • 0 comments

I am wondering if you guys support multiple redirect uris? When configuring a oauth2 client it is desirable that different domains can access the same service using the same client id (think production / staging). If you look at fosite.DefaultClient you can see what I mean. The interface you are using seems to only support ONE domain "GetDomain()" which is not sufficient for the applications I am working on. Since I really want to move away from Fosite (code is hidden behind to many interfaces / layers, hard to grasp what the code flow is), this is a blocker for us.

martinrode avatar Dec 04 '23 15:12 martinrode