1 00:00:00,150 --> 00:00:07,110 Now, let's look at the option of hope to all the requests coming towards my backhand application without 2 00:00:07,110 --> 00:00:07,990 any security. 3 00:00:08,010 --> 00:00:15,350 There might be a requirement for your business application that I don't want any security for all my 4 00:00:15,480 --> 00:00:16,350 services. 5 00:00:16,379 --> 00:00:24,000 So in such scenarios, we can't go into default configurations of spring security because spring security 6 00:00:24,030 --> 00:00:28,230 always try to protect by default all your parts. 7 00:00:28,260 --> 00:00:36,090 So now let's look at how to permit all the requests coming towards the back application for that. 8 00:00:36,150 --> 00:00:41,970 Let me come in this denial code and copy paste the same code for me. 9 00:00:42,310 --> 00:00:50,730 Also, I'm updating the coming through configuration for me on the request and coming into code. 10 00:00:50,760 --> 00:01:00,930 OK, now only difference between denial and permit all is this method of denying call we should call 11 00:01:01,470 --> 00:01:02,360 or remaining. 12 00:01:02,460 --> 00:01:08,880 Everything is same, like we had to tell any request that comes towards the back and we should permit 13 00:01:08,880 --> 00:01:12,240 all for all form logins and encoding. 14 00:01:12,240 --> 00:01:15,690 It's pretty basic how I have made the code changes. 15 00:01:15,900 --> 00:01:18,690 Let's try to go and restart the server. 16 00:01:18,810 --> 00:01:25,820 I'm stopping the server and trying to start it again using that Java application and the server started. 17 00:01:26,040 --> 00:01:30,000 Let's go to Bowsman at this time, trying to call my card. 18 00:01:30,180 --> 00:01:33,090 So previously we used to get four zero three, which is a far better. 19 00:01:33,300 --> 00:01:42,270 I don't have authorization details also associated, but if I call, I will get the response from that 20 00:01:42,270 --> 00:01:43,590 particular service. 21 00:01:43,830 --> 00:01:48,930 And this applies for all other services like my balance. 22 00:01:49,520 --> 00:01:53,220 So now we are getting here the balance details from the database. 23 00:01:53,490 --> 00:02:00,750 So this is how we should permit all the requests without any security associated to it. 24 00:02:00,780 --> 00:02:03,540 I'm hoping that you guys are understanding. 25 00:02:03,570 --> 00:02:07,110 If you have any questions, please post in Q&A section. 26 00:02:07,440 --> 00:02:09,889 Be more than happy to answer your questions. 27 00:02:09,900 --> 00:02:10,610 Thank you. 28 00:02:10,620 --> 00:02:10,949 By.