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
As using only the state parameter is the OAuth standard, I'm wondering if we should add the filter to Keyring_Service_OAuth2 if a flag is set ($this->pack_state = true in the constructor perhaps?), and then slowly convert the services.
The text was updated successfully, but these errors were encountered:
creativecoder
changed the title
Oauth2: add flag to hash token request parameters into state
OAuth2: add flag to hash token request parameters into stateOct 20, 2020
We're seeing more services implement strict url matching with the redirect URI during an OAuth 2.0 authentication flow.
Rather than doing this ad-hoc for each service, it would be more efficient to be able to opt in to this for any Oauth2 connection.
Idea from @pablinos
The text was updated successfully, but these errors were encountered: