Commit Graph

303 Commits

Author SHA1 Message Date
Loredana Crusoveanu
eb83634332 Update README.md 2022-05-24 11:02:46 +03:00
panagiotiskakos
27557a8861 [JAVA-10577] workaround for circular dependencies 2022-05-15 18:28:33 +03:00
Luis Javier Peris Morillo
2de31dd622 refactor: split spring security module (#12211)
Refs #BAEL-5339
2022-05-14 18:33:51 +02:00
Asjad J
cc6e4ab5b8 Created/Updated README.md
added link back to the article: https://www.baeldung.com/spring-security-authorization-opa
2022-05-10 06:27:02 +05:00
kwoyke
a4f670805f Merge pull request #12185 from freelansam/JAVA-11792
JAVA-11792: Fix formatting of POMs
2022-05-09 11:04:26 +02:00
sampadawagde
aeeedb6fe6 JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
johnA1331
a6d18f833c Update README.md 2022-05-05 18:49:26 +08:00
psevestre
6f77fef87c [BAEL-5584] Article code (#12157) 2022-05-02 22:42:41 -07:00
johnA1331
6d6cacfa62 Update README.md 2022-04-27 17:34:34 +08:00
Pablo Aragonés López
df5febe939 Exception Handler for Spring Security Resource Server (#12085)
* Exception Handler implemented for Spring Security Resource Server

* Renamed test class name to solve PMD Failure

* Code formatting
2022-04-25 19:50:22 +02:00
kwoyke
87cce8d368 Merge pull request #12022 from anuragkumawat/master
JAVA-8360 Split or move spring-5-security module
2022-04-06 14:34:34 +02:00
anuragkumawat
b99071ab61 JAVA-8360 Split or move spring-5-security module 2022-04-05 14:08:25 +05:30
Asjad J
7a730b01d0 Updated README.md
Added link back to the article: https://www.baeldung.com/spring-security-map-authorities-jwt
2022-04-05 08:46:33 +05:00
psevestre
6794f8ce10 [BAEL-5259] Spring Security - Map Authorities from JWT (#11990)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-5259] simple test case

* [BAEL-5259] DSL-based rewrite

* [BAEL-5259] Code formatting

* [BAEL-5259] Test case naming

* WIP: Article code

* [BAEL-5259] Tests

* [BAEL-5259] Tests
2022-03-30 22:04:02 -07:00
johnA1331
9f3b1bdac0 Update README.md 2022-03-16 21:21:51 +08:00
kwoyke
3921fdbdb3 Merge pull request #11920 from freelansam/JAVA-10138
JAVA-10138 - Fix formatting of POMs
2022-03-14 15:00:17 +01:00
sampadawagde
338bfbe537 resolve conflicts 2022-03-13 14:53:36 +05:30
sampadawagde
6b1dd1563d JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
lucaCambi77
70026cce90 BAEL-5395 - Authentication with Spring Security and MongoDB (#11883)
* auth with spring security and mongodb

* fix PMD

* fix missing application property in tests

* fix: code style

* fix: static finale case

* fix: omit Javadoc
2022-03-10 20:48:37 -06:00
Asjad J
3b0d151861 Updated README.md
added a link back to the article: https://www.baeldung.com/spring-oauth2resttemplate
2022-03-07 19:35:42 +05:00
andresluzu
3249961a80 BAEL-5335: Introduction to OAuth2RestTemplate (#11849) 2022-03-04 20:25:02 -06:00
Asjad J
db47118be9 Updated README.md
added link back to the article: https://www.baeldung.com/spring-security-enable-logging
2022-03-01 09:27:58 +05:00
lucaCambi77
279b8920cb [ BAEL-5337 ] - Enable Logging for Spring Security (#11803)
* feat: logging application

* fix: apply formatter
2022-02-24 19:17:58 -06:00
sampadawagde
fe5deb1362 JAVA-9824: Identify boot modules not using parent-boot-2 as parent and
upgrade log4j for them
2022-02-22 21:53:39 +05:30
Benjamin Caure
bee41f0e73 BAEL-5188 Add CSRF cookie protection + test (#11775)
* BAEL-5188 Add CSRF cookie protection + test

* BAEL-5188 Break long lines of code

* BAEL-5188 Remove line-breaks before semi-colons
2022-02-09 21:18:33 +05:30
Haroon Khan
3b7abbd7f2 [JAVA-9806] Upgrade Maven Cargo plugin to fix error 2022-02-06 18:32:17 +00:00
Krzysiek
1d0a4c95c8 JAVA-9486: Use guava.version defined in the parent pom 2022-01-18 09:42:21 +01:00
Krzysiek
70c641eef2 JAVA-9123: POM properties cleanup 2022-01-17 14:03:32 +01:00
kwoyke
a151a2c2f4 JAVA-8984: Use embedded mongo version 4.4.9 (#11653) 2022-01-11 21:03:05 +05:30
johnA1331
ce0d8c9e64 Update README.md 2021-12-29 19:14:09 +08:00
Bhaskara
c2f0e61cdb BAEL-4837 - Content Security Policy using Spring Security and Spring … (#11603)
* BAEL-4837 - Content Security Policy using Spring Security and Spring Boot

* Application Code

* Formatted the code

* Reformatted the test cases as per review comments

* Removed the formatters and deleted extra spaces

Co-authored-by: Bhaskara Navuluri <bhaskara.navuluri@hpe.com>
2021-12-26 08:14:50 +05:30
kwoyke
8fa2bc4baa Merge pull request #11585 from chaos2418/JAVA-3591
JAVA-3591: updating mockito-core to 4.1.0
2021-12-20 09:38:12 +01:00
chaos2418
35ee789731 JAVA-3591: updating mockito-core to 4.1.0 2021-12-18 13:40:53 +05:30
Krzysiek
51c9cbdba7 JAVA-8794: Fix circular dependency issue in spring-session-redis 2021-12-15 20:01:08 +01:00
Krzysiek
4a897c24da JAVA-8794: Fix circular dependency issue in spring-security-web-thymeleaf 2021-12-15 19:53:30 +01:00
Krzysiek
49b511bafe JAVA-8794: Fix circural dependencies in spring-security-core 2021-12-14 13:29:19 +01:00
Krzysiek
a8fe99b8d1 JAVA-8794: Fix circural dependencies in spring-security-web-boot-2 2021-12-14 13:22:46 +01:00
Krzysiek
81a7be6579 JAVA-8794: Use spring.mongodb.embedded.version=3.5.5 2021-12-14 12:54:02 +01:00
kwoyke
97cce4d5e3 Merge pull request #11506 from eugenp/JAVA-3592
JAVA-3592: Upgrade h2 dependency in the main pom.xml
2021-11-25 13:31:47 +01:00
kwoyke
964d1fd161 Merge branch 'master' into JAVA-3592 2021-11-25 09:03:54 +01:00
Krzysiek
15a103b4f8 JAVA-8667: Remove hamcrest dependency declarations from the child modules 2021-11-24 13:20:20 +01:00
kwoyke
2c3a18da18 Merge pull request #11468 from chaos2418/JAVA-8405
JAVA-8405: reducing logging for tutorials-build-job
2021-11-23 13:43:19 +01:00
kwoyke
c9b9593d4b Merge pull request #11477 from freelansam/JAVA-3592
JAVA-3592: Upgrade h2 dependency in the main pom.xml
2021-11-22 09:22:17 +01:00
sampadawagde
629d093fd4 JAVA-3592: Upgrade h2 dependency in the main pom.xml 2021-11-19 23:17:22 +05:30
chaos2418
a62c0f3c8b JAVA-8405: reducing logging for tutorials-build-job 2021-11-19 13:39:00 +05:30
Loredana Crusoveanu
5e3629dfde Merge pull request #11456 from kwoyke/JAVA-7783
JAVA-7783: POM properties cleanup
2021-11-17 10:44:32 +02:00
mikr
671517c5ed JAVA-8393 Split or move spring-security-core module 2021-11-17 09:20:17 +01:00
Krzysiek
0ab9e2e4f2 JAVA-7783: POM properties cleanup 2021-11-16 15:10:49 +01:00
freelansam
2dd519f647 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30