tjb
12/18/2019, 5:18 PMMike
12/18/2019, 7:04 PMtjb
12/18/2019, 9:21 PM@EnableAuthorizationServer
is deprecated đMike
12/18/2019, 9:44 PMashmelev
12/18/2019, 11:59 PMSince Spring Security doesn't provide Authorization Server support, migrating a Spring Security OAuth Authorization Server is out of scope for this document.
I had to revert to V2.3.5 of the OAuth2 library to continue working as I could not find any doc explaining how to migrate the Auth Server side of things.Mike
12/19/2019, 1:22 AMBen Madore
12/20/2019, 7:41 PMBen Madore
12/20/2019, 7:42 PMWe are most definitely not promoting users to âbuild-their-ownâ authorization server. This would be a huge mistake for any team to take on unless they are solely focused on the application security domain and are specialists. It is extremely difficult to build a secure provider and really should be left to the specialists that provide these types of products. What we are promoting is to buy or leverage an open source provider for your application platform. The Spring Security team leverages Keycloak (https://www.keycloak.org/) for our internal development for client and resource server. Itâs open-source and a much better option than to build your own.