简体   繁体   中英

Spring OAuth2 Authorization Server alternative

Since Spring OAuth2 Authorization Server get deprecated so I want to find another library to replace. I know there are some alternative authorization server such as KeyCloak, FusionAuth, Gluu... but I can't use them because I need some more customization. I need some alternative libraries as String OAuth2. Thank for your help!

Check this out https://spring.io/blog/2020/08/21/get-the-very-first-bits-of-spring-authorization-server-0-0-1 . it is spring experimental module focusing on authorization server features and released 2 months ago.

As per latest release of 0.2.0 this is production ready. Read more on the spring blog for details.

Ok after lots of investigation and testing other open source solution I chose Ory Hydra .

I love the architecture of Ory Hydra because it doesn't force you to use any identity management solution.

You can implement your own identity management (registration, login, reset password...) and add Ory Hydra on top very easy!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM