You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: