iainmcgin / AppAuth-Demo

A demonstration of using the AppAuth library with Google, Facebook, Microsoft and Github
Apache License 2.0
21 stars 6 forks source link

Omit code challenge and Scope #5

Closed asharif1990 closed 5 years ago

asharif1990 commented 5 years ago

Hi, I would like to ask whether there is a way for not sending the PKCE and Scope parameter with the Authorization request because there are some providers that do not support the PKCE and the scope parameter is optional in case of OAuth.

Thank you in advance