I found that I could delete the state parameter in an OAuth request and the response was validated and e-mail was still verified

I was fiddling around with an OAuth2.0 request on burpsuite and I found that it validated the account even after I deleted the state parameter completely and forwarded the request through burpsuite. I would like to report this as a bug so … Continue reading I found that I could delete the state parameter in an OAuth request and the response was validated and e-mail was still verified

Propagating user context between microservices secured with M2M JWT tokens

We have a current microservice architecture where we secure communication between microservices via Machine-To-Machine access tokens (these tokens are obtained using the Client Credentials grant flow).
We do this for all communications bet… Continue reading Propagating user context between microservices secured with M2M JWT tokens

Best practices for generating and storing authorization codes and access tokens in OAuth server

I’ve recently implemented an OAuth server functionality to our service. I’ve consulted OAuth 2.0 Threat Model and Security Considerations and addressed most of the concerns. I am curious about any best practices for generating authorizatio… Continue reading Best practices for generating and storing authorization codes and access tokens in OAuth server