Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring cloud security vs Spring security

I just started learning spring cloud security and I have a basic question. How it is different from spring security? Do we need our application to be built on spring boot for using spring cloud security?

Thanks in advance.

like image 558
Java P Avatar asked Jul 19 '18 08:07

Java P


1 Answers

Spring Security is a stand alone framework within Spring Framework. Spring Cloud Security is a Cloud Container and MicroServices focused Security Framework that provides Tokenised Security for Spring Boot applications.

like image 108
Gokul Alex Avatar answered Oct 17 '22 02:10

Gokul Alex