In this article, we will be talking about implementing your own authorization server in a Spring Boot application, and we will also test a few types of grant types.
In this article, we'll review theoretical concepts of OAuth and the benefits of having OAuth in your web application and it's popularity in modern apps
I understand that this oauth project is in maintainence mode. The reason for sharing this article is to show how spring had an oauth server in their architecture. I've been reviewing the latest oauth support for experimental oauth server but I'm waiting for official release to post about that. Since spring security 5 has only oauth client and resource server support , I'm posting this because I've seen so many people are still interested to get a picture of how spring had oauth server till now. By the way thank a lot for reviewing my article and I'll put a note
Comments
Dec 10, 2020 · Amit Mishra
I understand that this oauth project is in maintainence mode. The reason for sharing this article is to show how spring had an oauth server in their architecture. I've been reviewing the latest oauth support for experimental oauth server but I'm waiting for official release to post about that. Since spring security 5 has only oauth client and resource server support , I'm posting this because I've seen so many people are still interested to get a picture of how spring had oauth server till now. By the way thank a lot for reviewing my article and I'll put a note
Nov 26, 2020 · Amit Mishra
Feel free to drop your suggestion if you want something else on this topic.