Commit Graph

330 Commits

Author SHA1 Message Date
kwoyke 0a84f748e1 Merge pull request #12513 from freelansam/JAVA-12754
JAVA-12754: Dissolve module spring-security-5
2022-07-20 11:04:56 +02:00
sampadawagde 073f099fdc JAVA-12754: Add next link to module 2022-07-18 20:27:47 +05:30
sampadawagde 3910819834 JAVA-12754: Moved 2 articles to spring-security-web-rest-basic-auth 2022-07-18 20:27:20 +05:30
sampadawagde 8faf52f363 JAVA-12754: Moved 2 articles to spring-security-web-rest-basic-auth 2022-07-18 20:25:59 +05:30
sampadawagde 0db8c73f75 JAVA-12754: Moved 2 articles to new module spring-security-web-login-2 2022-07-18 20:25:11 +05:30
sampadawagde b7033fadfd JAVA-12754: Moved 3 articles to spring-security-core-2 2022-07-18 20:21:49 +05:30
sampadawagde 4761c771c1 JAVA-12754: removed module spring-5-security 2022-07-18 20:20:42 +05:30
sampadawagde 7e0f6db35b JAVA-12754: parent module pom changes 2022-07-18 20:20:06 +05:30
freelansam d7c38b05d6 Merge branch 'master' into JAVA-13136 2022-07-15 10:01:48 +05:30
sampadawagde 2b5179baba JAVA-13136: Fix formatting of POMs 2022-07-15 09:59:54 +05:30
freelansam 7b1b24ad7c update pom to remove spring-social-login 2022-07-07 19:08:27 +05:30
freelansam 72a9941130 Merge branch 'master' into JAVA-12732 2022-07-06 15:36:58 +05:30
sampadawagde 6f91643aa2 resolve conflict 2022-07-06 15:34:15 +05:30
sampadawagde 6ae4a1aaf7 JAVA-12732: move spring-ldap into spring-security-ldap 2022-07-06 15:25:12 +05:30
sampadawagde acb9cc97cd JAVA-12732: move security filters article to spring-security-web-mvc 2022-07-06 15:10:08 +05:30
sampadawagde 3d8bef19ad JAVA-12731: Modify parent pom files 2022-06-30 22:14:38 +05:30
sampadawagde c8bc22acab JAVA-12731: Move spring-session into spring-web-modules 2022-06-30 22:13:57 +05:30
sampadawagde d5d2705ac3 JAVA-12732: modify parent pom 2022-06-30 20:08:15 +05:30
sampadawagde 2df103484d JAVA-12732: rename spring-5-security-oauth to spring-security-oauth2 2022-06-30 20:07:18 +05:30
sampadawagde e6faed98b6 JAVA-12732: rename spring-5-security-cognito to spring-security-cognito 2022-06-30 20:06:28 +05:30
sampadawagde 9fab7ade08 JAVA-12732: rename spring-social-login to spring-security-social-login 2022-06-30 20:05:54 +05:30
Asjad J b0ee0b0404 Updated README.md
added link back to the article: https://www.baeldung.com/spring-security-exceptionhandler
2022-06-21 11:28:00 +05:00
Greg Martin 997307e55f Merge pull request #12315 from tirumani03/dev/tirumani03/springSecurityException
BAEL-5533: Spring security exceptions
2022-06-18 10:54:32 -04:00
Dhawal Kapil a3a0fdfd96 JAVA-11241 Added missing pom.xml for container modules and other cleanup 2022-06-14 22:47:10 +05:30
Bhaskara Navuluri 502f947cdb Restored the deleted test file 2022-06-07 12:16:50 +05:30
Bhaskara Navuluri a26d45e5c0 Fixed the Integration Build Pipeline 2022-06-06 20:35:38 +05:30
Sarath Chandra 3816e3371a BAEL-5533: Spring security exceptions 2022-06-05 19:46:35 +05:30
Loredana Crusoveanu d330c8a991 Update README.md 2022-05-24 11:02:46 +03:00
panagiotiskakos 386707c24f [JAVA-10577] workaround for circular dependencies 2022-05-15 18:28:33 +03:00
Luis Javier Peris Morillo 8eadd92046 refactor: split spring security module (#12211)
Refs #BAEL-5339
2022-05-14 18:33:51 +02:00
Asjad J fd42698279 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 7c2845bc79 Merge pull request #12185 from freelansam/JAVA-11792
JAVA-11792: Fix formatting of POMs
2022-05-09 11:04:26 +02:00
sampadawagde aed8f9100b JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
johnA1331 bfbcabada0 Update README.md 2022-05-05 18:49:26 +08:00
psevestre 26d944ceaa [BAEL-5584] Article code (#12157) 2022-05-02 22:42:41 -07:00
johnA1331 d662408b20 Update README.md 2022-04-27 17:34:34 +08:00
Pablo Aragonés López 372bfb46a6 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 4bcb36ff41 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 bacd580822 JAVA-8360 Split or move spring-5-security module 2022-04-05 14:08:25 +05:30
Asjad J 1e66b4fc57 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 81e22da07c [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 43b8b76b33 Update README.md 2022-03-16 21:21:51 +08:00
kwoyke cdc6380359 Merge pull request #11920 from freelansam/JAVA-10138
JAVA-10138 - Fix formatting of POMs
2022-03-14 15:00:17 +01:00
sampadawagde d2cea2ef06 resolve conflicts 2022-03-13 14:53:36 +05:30
sampadawagde b8176a265a JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
lucaCambi77 bfd778c028 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 32c7041a18 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 3687b7bc64 BAEL-5335: Introduction to OAuth2RestTemplate (#11849) 2022-03-04 20:25:02 -06:00
Asjad J b3a6dd04b3 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 cb65018f66 [ BAEL-5337 ] - Enable Logging for Spring Security (#11803)
* feat: logging application

* fix: apply formatter
2022-02-24 19:17:58 -06:00