Java P
Java P

Reputation: 2291

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.

Upvotes: 8

Views: 4982

Answers (1)

Gokul Alex
Gokul Alex

Reputation: 457

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.

Upvotes: 1

Related Questions