Kévin Chalet

Results 270 comments of Kévin Chalet

> As in changing them via the principal? So there isnt a way to "configure" it, we need to override it in the authorizationController? If by "configuring", you mean assigning...

- Alipay is by far the worst of the worst: it requires mapping authorization response parameters (e.g `auth_code` -> `code`, it uses custom token request parameters, requires using GET and...

Hey @SebastianStehle, > So what I changed was this: > > ``` > builder > .SetConfigurationEndpointUris("/identity-server/.well-known/openid-configuration") > ``` > > This is actually enough to make this endpoint look good,...

Related tickets: - https://github.com/openiddict/openiddict-core/issues/1255 - https://github.com/openiddict/openiddict-core/issues/1363

> The issuer URL should not really matter, right? Well, as you said, it's used for token validation. Clients are also expected to validate it to ensure it exactly matches...

It will ship as part of 4.0 but you can use the nightly builds to give it a try.

> I have to ask you about other existing clients. Could you provide some sort of "versus table" to bring a tad more clarity for such a noob as me...

@xperiandri wait, MAUI was released yesterday and it's already obsolete? :trollface:

@codeaphex that's a very interesting scenario 😃 As you likely already figured out, the OpenIddict client only handles the "acquisition" part so persisting/caching the resulting tokens is indeed your responsibility....

> And yes support for mobile and desktop apps would be awesome, so much more fun building stuff with XAML and C# than Web tech. FWIW, I started working on...