Almost every client demands for implementation of security feature in real time application. Demand of security feature is very valid to maintain confidentiality, integrity and availability. Further in Application Security, our job is to ensure basically two things. First, only valid user can access the application. Second, If user is valid, he/she can access only permitted data/information in that application. we will discuss in our article ‘How to implement Security in Spring Boot...