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
Add an UI to enable Proof Key for Code Exchange (PKCE).
On the UI level there should be an option to (on/off) to tell the application that the server requires PKCE for authentication. The @advanced-rest-client/oauth-authorization or a hosting application (depending on configuration) should include code challenge/verifier with the request.
PKCE is not to be a default option when making a request. It has to be and option to be selected by the user.
Add an UI to enable Proof Key for Code Exchange (PKCE).
On the UI level there should be an option to (on/off) to tell the application that the server requires PKCE for authentication. The
@advanced-rest-client/oauth-authorization
or a hosting application (depending on configuration) should include code challenge/verifier with the request.PKCE is not to be a default option when making a request. It has to be and option to be selected by the user.
Resources:
This is related to: advanced-rest-client/arc-electron#221
The text was updated successfully, but these errors were encountered: