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
For the oauth flow the docs say that you need to set the public field to true to use PKCE. I think its the other way around? If you set it to "true" you don't get a client_secret, hence no PCKE?
The text was updated successfully, but these errors were encountered:
Hey @hannojg - the docs are accurate at the moment, when you set it to true, it will not return a client secret and expect usage of PKCE.
We should definitely also support the scenario where you are using PKCE and also want a client secret though as it seems you are expecting, and we have a ticket internally to make that happen. I'll make sure you get an update when it has!
For the oauth flow the docs say that you need to set the public field to true to use PKCE. I think its the other way around? If you set it to "true" you don't get a client_secret, hence no PCKE?
The text was updated successfully, but these errors were encountered: