WinFormsSample with 'native.hybrid' Client does no longer work?
问题 if I change the client in this sample to 'native.hybrid' https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/tree/master/WinFormsWebView and set Flow = OidcClientOptions.AuthenticationFlow.Hybrid then the login to IS4 works (after a 5s delay), but a new login form appears in my default web browser. With the client 'interactive.public' works fine. My question is wich flow should I used for my native widows app? I mean it is the 'OpenID Connect Hybrid Flow' see https:/