How to disable code_challenge
Closed this issue · 3 comments
ghtea commented
I’ve encountered a scenario where I need to disable the sending of the code_challenge during the authentication process (authorize method).
Could you consider adding a feature or a configuration option that allows developers to disable the code_challenge.
MaikuB commented
You'd need to check if the AppAuth SDKs support it and if they do then submit a PR
dittakhan commented
Reviewing the code, there does not appear a way to disable it.
MaikuB commented
Closing this then