Do we have a branch with the 3.0 changes in it?
Will there any guides on what we need to do to update to 3.0?
@daver77 I suspect thats the plan with this issue. Updating the samples, and tutorials. I will probably put out something related to how to upgrade as well.
Do we have a branch with the 3.0 changes in it?
It's now all on master.
@brockallen it is but only for clients. I am struggling with setting up the client on 3.0 which will not require the PKCE.
When adding AddInMemoryClient it does not use those clients, adding RequirePkce: false to appsettings.json does not make any difference and it is still throwing error on code challange.
Any help please?
I posted question on SO: https://stackoverflow.com/questions/57857813/identity-server-4-unauthorized-client?noredirect=1#comment102144354_57857813
remove hybrid and replace with code + pkce
So with a server side MVC app (and API calls) should we use code+pkce instead of hybrid?
Have you some resource on why this is the better approach?
Thanks!
That's our guidance
https://identityserver4.readthedocs.io/en/latest/topics/grant_types.html
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
It's now all on master.