Introducing new blog about OAuth, OpenID Connect, and IAM Solutions
Emmanuel Gautier / March 30, 2023
1 min read
I'm excited to announce the launch of a new blog named CerberAuth, where I'll be exploring the world of OAuth, OpenID Connect, and IAM solutions for modern security. As a developer and security enthusiast, I've spent countless hours researching and experimenting with various IAM and OpenID Connect providers. With this blog, I hope to share some knowledge and experience with others who are interested in learning more about these topics.
In addition to sharing some thoughts and insights, I'll also be developing tools to make it easier for developers to implement and work with these technologies. I'm particularly excited about a new tool I've been working on that automatically generates secure OAuth2 rules from an OpenAPI contract (available on Github).
Whether you're a seasoned security expert or just getting started with these technologies, I hope you'll find the CerberAuth blog informative and helpful. Stay tuned for more posts and updates.
Consulting
If you're seeking solutions to a problem or need expert advice, I'm here to help! Don't hesitate to book a call with me for a consulting session. Let's discuss your situation and find the best solution together.
Related Posts
How to solve Envoy "Jwks remote fetch is failed" error response
A way to authenticate requests to an API is to use a Bearer JWT. If you want to make Envoy validate tokens, sometimes you may have the error `Jwks remote fetch is failed`. There are at least three reasons this error appears, so let's check them to fix this issue.
How to solve Envoy "Jwks remote fetch is failed" error response
A way to authenticate requests to an API is to use a Bearer JWT. If you want to make Envoy validate tokens, sometimes you may have the error `Jwks remote fetch is failed`. There are at least three reasons this error appears, so let's check them to fix this issue.
Featured Posts
How to deal with Docker Hub rate limit on AWS
Since 2020, DockerHub has been limited to only 200 container image pull requests per six hours. This article will help you to deal with this limitation on AWS.
How to enable Python type checking in VSCode
Python now has support for type hints. In this article, we will see how to enable better IntelliSense and type checking analysis in VSCode.