i already completed spring security 6 with jwt. but i 've got problem implement oauth.
my concept is
oauth authentication -> security filter chain (isAuthenticated == true) -> jwt claim
what can i do first ? i wish low-customize, default.
i read
https://docs.spring.io/spring-security/reference/servlet/oauth2/login/advanced.html i cannot understand about that. help me. TT
i also curious about multi oauth platform branch processing.
i researched about that. many people said, handled branch processing with enum class.
what is the best way to handle that you guys think ?