Does OAuth2 state parameter need to be cryptographically secure?
In OAuth2, as part of the authorization request, we generate a random string and pass it with the state parameter, so that when we get the response, we can ascertain that the response is a result of our request.
In some examples, I’ve see… Continue reading Does OAuth2 state parameter need to be cryptographically secure?