Commit Graph

477 Commits

Author SHA1 Message Date
Krzysiek 5242966787 JAVA-9486: Use guava.version defined in the parent pom 2022-01-18 09:42:21 +01:00
Krzysiek 8c08be0403 JAVA-9123: POM properties cleanup 2022-01-17 14:03:32 +01:00
kwoyke 21b4b2433e JAVA-8984: Use embedded mongo version 4.4.9 (#11653) 2022-01-11 21:03:05 +05:30
johnA1331 6bf03f09c9 Update README.md 2021-12-29 19:14:09 +08:00
Bhaskara f16ed0b658 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 514e80aae7 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 000dcdf966 JAVA-3591: updating mockito-core to 4.1.0 2021-12-18 13:40:53 +05:30
Krzysiek 6ac9d1eb87 JAVA-8794: Fix circular dependency issue in spring-session-redis 2021-12-15 20:01:08 +01:00
Krzysiek d72347f195 JAVA-8794: Fix circular dependency issue in spring-security-web-thymeleaf 2021-12-15 19:53:30 +01:00
Krzysiek fafeb12f5c JAVA-8794: Fix circural dependencies in spring-security-core 2021-12-14 13:29:19 +01:00
Krzysiek 8fd644c450 JAVA-8794: Fix circural dependencies in spring-security-web-boot-2 2021-12-14 13:22:46 +01:00
Krzysiek bcbda9e7ff JAVA-8794: Use spring.mongodb.embedded.version=3.5.5 2021-12-14 12:54:02 +01:00
kwoyke f5c35ffe97 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 c0a0247cf7 Merge branch 'master' into JAVA-3592 2021-11-25 09:03:54 +01:00
Krzysiek 8b280e689a JAVA-8667: Remove hamcrest dependency declarations from the child modules 2021-11-24 13:20:20 +01:00
kwoyke 1871d1a89c 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 592376bf09 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 848fa01e47 JAVA-3592: Upgrade h2 dependency in the main pom.xml 2021-11-19 23:17:22 +05:30
chaos2418 58e6087b3d JAVA-8405: reducing logging for tutorials-build-job 2021-11-19 13:39:00 +05:30
Loredana Crusoveanu f2fd110be1 Merge pull request #11456 from kwoyke/JAVA-7783
JAVA-7783: POM properties cleanup
2021-11-17 10:44:32 +02:00
mikr f4ee97e3bd JAVA-8393 Split or move spring-security-core module 2021-11-17 09:20:17 +01:00
Krzysiek 46df55b61e JAVA-7783: POM properties cleanup 2021-11-16 15:10:49 +01:00
freelansam 77e3e6a419 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
sampadawagde b984a4b618 JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
chaos2418 4a3a73111f JAVA-1672: removing redundant version declarations for surefire plugin 2021-11-08 13:41:04 +05:30
Benjamin Caure 502372a1de BAEL-4792 Stateless REST API and CSRF (#11398)
* Scan package for controller
Migrate deprecated Spring config

* BAEL-4792: enable CSRF + sample REST API request

* Adjust CSRF logs
2021-11-04 21:13:22 +01:00
Loredana Crusoveanu 7dfea6394e Merge pull request #11338 from chaos2418/JIRA-7734
Spring Boot 2.5.x compatible updates in spring-security-modules
2021-10-16 10:30:31 +03:00
davidmartinezbarua 918a3e7091 Merge pull request #11216 from azhwani/BAEL-5111
BAEL-5111: Improve the HandlerInterceptor Article
2021-10-15 14:05:18 -03:00
Shashank bfde84589c Spring Boot 2.5.x compatible updates in spring-security-web-boot-2 2021-10-14 08:51:03 +05:30
Shashank 80e3331e2a Merge branch 'master' of https://github.com/chaos2418/tutorials into JIRA-7734 2021-10-13 18:25:45 +05:30
Shashank 5d182c3472 moving spring-security-config module classes to spring-security-web-boot3 2021-10-13 16:40:42 +05:30
Shashank c85be32347 Spring Boot 2.5.x compatible updates in spring-security-acl 2021-10-13 09:54:36 +05:30
davidmartinezbarua d00d394011 Merge pull request #11298 from azhwani/BAEL-5100
BAEL-5100: Update Manual Logout With Spring Security
2021-10-12 19:52:30 -03:00
Loredana Crusoveanu e853b70bfc Merge pull request #11296 from johnA1331/master
BAEL-41828 - add links to github-baeldung articles
2021-10-07 09:04:16 +03:00
Azhwani d27ecd4557 init commit 2021-10-06 22:53:00 +02:00
johnA1331 24af8c898a Update README.md 2021-10-07 00:29:41 +08:00
Bhaskara be966d6d62 BAEL-1918 Spring StrictHttpFirewall and RequestRejectedException (#11265)
* BAEL-1918: Added code to for RequestRejectedException and StrictHttpFirewall tutorial

* BAEL-1918: Added code to for RequestRejectedException and StrictHttpFirewall tutorial

* BAEL:1918 - Modifed the code to accomodate comments from Michal

* BAEL:1918 - Modifed the code to accomodate comments from Michal
2021-09-29 14:49:24 -07:00
kwoyke 48bc32bad5 Merge pull request #11077 from rmkellogg/spring-saml-docs
Spring Security SAML - Minor documentation update & File Load Improvement
2021-09-24 21:10:49 +02:00
freelansam fe7d2af8c0 JAVA-7178: Fix formatting of POMs (#11236)
* JAVA-7178: Fix formatting of POMs

* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
kwoyke b441c62f0e JAVA-7177: Upgrade to Spring Boot 2.5.4 (#11218)
* JAVA-7177: Upgrade to Spring Boot 2.5.4

* JAVA-7177: Remove overriden Spring Boot version

* JAVA-7177: Leave spring-5-security-oauth on Spring Boot 2.5.2
2021-09-16 22:37:12 +05:30
kwoyke 6ed0aee6a0 JAVA-7133: POM Properties Cleanup (#11229)
* JAVA-7133: Use common org.slf4j.version property

* JAVA-7133: Use common logback.version property
2021-09-16 22:34:26 +05:30
Azhwani 29194d18e1 init commit 2021-09-12 13:13:51 +02:00
sampadawagde f8bea1acc2 JAVA-6439: review comments incorporated 2021-09-11 15:05:02 +05:30
sampadawagde a7fa2acb20 JAVA-6439: Check PR for spring-security-web-sockets module 2021-09-05 17:08:06 +05:30
Dhawal Kapil 77a32b7f37 JAVA-6216 Disabled npm build from default profiles (#11146)
* JAVA-6216 Disabled npm build from default profiles

* JAVA-6216 disabled frontend-maven-plugin from the build
2021-08-19 20:30:23 +05:30
Dhawal Kapil 1506232945 JAVA-6216 Updating frontend maven plugin and removing manually (#11143)
specifying maven version
2021-08-19 11:13:36 +05:30
Loredana Crusoveanu c247cb493f Merge pull request #11134 from johnA1331/master
BAEL-39537 - add links to github-baeldung articles
2021-08-18 12:48:46 +03:00
Hamid Reza Sharifi 6a042440d6 Bael 5067: Update "Prevent Cross-Site Scripting (XSS) in a Spring application" article (#11127)
* bael-5067: remove test case

* bael-5067: remove REST api

* bael-5067: remove XSS filter

Co-authored-by: sharifi <h_sharifi@modernisc.com>
2021-08-18 08:30:40 +01:00
johnA1331 cb008c25d3 Update README.md 2021-08-18 13:14:42 +08:00
Dhawal Kapil a4990d7d8f Enabled spring-security-web-reach module and fixed vulnerabilities in npm packages 2021-08-15 22:40:20 +05:30
rmkellogg dddf541bb8 Revised to use built in Sprint Security SAML resource resolution. Otherwise when used from Spring Boot self-contained JAR the File could not be located. 2021-08-02 16:05:00 -04:00
freelansam 32dde5b5d1 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
freelansam 5470ccfb97 JAVA-6474/JAVA-6324: Align module names, folder names and artifact id (#11071)
* JAVA-6474/JAVA-6324: Align module names, folder names and artifact id
(template)

* JAVA-6474/JAVA-6324: revert changes for guest modules
2021-07-28 20:10:03 +05:30
rmkellogg 404c05ad32 Added missing import. 2021-07-27 15:39:59 -04:00
rmkellogg 9c3bf05bb3 Correction to allow execution outside of Eclipse. 2021-07-27 15:32:47 -04:00
rmkellogg a20b32c413 Added comments on settings. 2021-07-27 15:30:33 -04:00
sampadawagde 181834efeb JAVA-5937: Analyse bean overriding fix in modules - Part 5 2021-07-12 22:52:58 +05:30
Dhawal Kapil 2c9bb8f04d JAVA-5975 Disabled spring-security-web-react, will be fixing in JAVA-6216 (#10981) 2021-06-29 22:48:40 +05:30
kwoyke eb1f4e1e90 JAVA-5875: Upgrade Spring Boot to 2.5.1 (#10956)
* JAVA-5875: Upgrade Spring Boot to 2.5.1

* JAVA-5875: Leave jta module on Spring Boot 2.4.7

* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0

* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix SQL Script DataSource Initialization

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix RepositoryRestConfigurer

* JAVA-5875: Fix issues caused by rest-assured upgrade

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Update de.flapdoodle.embed.mongo dependency

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Update Spring Cloud dependencies

* JAVA-5875: Update cloud dependencies

* JAVA-5875: Defer datasource initialization

* JAVA-5875: Fix rest assured version

* JAVA-5875: Fix Spring Batch serialization issue

* JAVA-5875: Update Spring Cloud Stream version

* JAVA-5875: Update Spring Kafka version

* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-26 01:20:37 +05:30
freelansam 10bb7e44ea JAVA-2436: renamed module spring-security-web-persisted-remember-me to (#10874)
* JAVA-2436: renamed module spring-security-web-persisted-remember-me to
spring-security-web-persistence

* JAVA-2436: removed redundant dependencies

* JAVA-2436: removed redundant dependency

* JAVA-2436: Move/rename module spring-security-web-persisted-remember-me

* JAVA-2436: clean up
2021-06-15 00:17:32 +05:30
kwoyke 339fb7ec44 JAVA-5408: Use common postgresql.version property (#10879)
* JAVA-5408: Use common postgresql.version property

* JAVA-5408: Cleanup spring-boot-react

* JAVA-5408: Use commons-cli.version property in libraries-data

* JAVA-5408: spring-security-modules cleanup

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-11 20:25:37 +05:30
kwoyke 42a0c6d966 Merge branch 'master' into JAVA-2399-Update_spring-security-rest_module_to_use_Swagger_3.0.0 2021-05-25 10:56:24 +02:00
sampadawagde 4b1f2c50a5 JAVA-5223: Fix formatting of POMs (Spring Security Modules) 2021-05-17 20:22:27 +05:30
mikr 18695338b1 JAVA-2399 Update spring-security-rest module to use Swagger 3.0.0 2021-05-14 18:01:30 +02:00
Krzysztof Woyke 600d0c4654 JAVA-4997: Fix junit version used 2021-04-28 20:50:30 +02:00
kwoyke 96e97ae79b BAEL-3907: spring-security-web-boot-1 cleanup (#10657)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-04-23 21:35:22 +02:00
johnA1331 3f3e27ee6a Update README.md 2021-04-07 16:39:07 +08:00
Greg d211a24aed Update pom.xml
Removed dulicate modules
2021-04-04 11:44:22 -04:00
Greg b1dbbdda46 Merge branch 'master' into BAEL-4828 2021-04-04 11:27:29 -04:00
hmdrzsharifi d7ad10fd9c bael-4828: remove classes and files from module spring-security-web-boot-2 2021-04-02 12:14:20 +04:30
hmdrzsharifi fbf4afa073 bael-4828: add readme to new maven module 2021-04-02 12:10:29 +04:30
hmdrzsharifi b4b9c55726 bael-4828: add resource files to new maven module 2021-04-02 12:09:57 +04:30
hmdrzsharifi 7f249e4133 bael-4828: add main source to new maven module 2021-04-02 12:09:36 +04:30
hmdrzsharifi 49769beacf bael-4828: add new maven module:spring-security-web-boot-3 2021-04-02 12:09:09 +04:30
Krzysztof Woyke ce89004e96 JAVA-3578: Verify sub-modules - spring-security-modules 2021-03-31 15:39:52 +02:00
Loredana Crusoveanu eb35265244 Merge pull request #10594 from kwoyke/JAVA-4529
JAVA-4529: Rename some unit tests to integration tests
2021-03-29 14:59:58 +03:00
Krzysztof Woyke bb8bac806a JAVA-4529: Rename some unit tests to integration tests 2021-03-26 10:57:39 +01:00
Krzysztof Woyke df93a6b9e6 JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml 2021-03-24 09:37:43 +01:00
hmdrzsharifi 3a0e5ecf68 bael-4828: add keystore and certificate files 2021-03-21 12:30:03 +03:30
hmdrzsharifi 86a8634c78 bael-4828: add main source 2021-03-21 12:29:38 +03:30
kwoyke ce2e455d58 JAVA-3594: Upgrade esapi dependency in the main pom.xml (#10572)
* JAVA-3594: Upgrade esapi version in the main pom.xml

* JAVA-3594: Remove overriden esapi.version from the core-java-jvm

* JAVA-3594: Use esapi.version property instead of the hardcoded version in spring-5-security

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-03-19 22:39:41 +05:30
johnA1331 5ffb5e9eca Create README.md 2021-03-10 22:52:28 +08:00
Anshul BANSAL a767138fb1 Merge remote-tracking branch 'upstream/master' 2021-02-24 08:04:54 +02:00
Anshul BANSAL b12ad7859a xml formatting 2021-02-24 08:02:18 +02:00
Anshul BANSAL 77f90e9e00 xml formatting 2021-02-24 08:01:43 +02:00
Anshul BANSAL 0f6fc0b00f Code formatting 2021-02-24 08:00:01 +02:00
Anshul BANSAL bb5cf873c8 BAEL-4628 - Spring Security SAMl with Okta 2021-02-24 07:57:42 +02:00
Anshul BANSAL bc4ea42b7d Spring Security with SAML and Okta 2021-02-19 10:18:44 +02:00
johnA1331 540377c6a7 Update README.md 2021-02-18 04:33:47 +08:00
Anshul BANSAL 25e43334c4 Initial Commit 2021-02-14 18:11:20 +02:00
Hamid Reza Sharifi 89eb93a46c Bael-4684-Prevent Cross-Site Scripting (XSS) in a Spring application-(new) (#10480)
* #bael-4684: add main source code

* #bael-4684: add test

* #bael-4684: add required dependencies
2021-02-12 10:50:52 +00:00
johnA1331 676bc680f2 Update README.md 2021-02-11 19:06:27 +08:00
Gerardo Roza 59e4bd9811 updated deprecation: HandlerInterceptorAdapter class -> HandlerInterceptor interface 2021-01-20 12:37:10 -03:00
Krzysiek d450e4a2f8 JAVA-3588: Use common commons-fileupload.version property in all child modules 2021-01-08 20:01:27 +01:00
sampadawagde 5fcec971af JAVA-4011: README changes 2021-01-05 23:01:01 +05:30
sampadawagde af51e73604 JAVA-4011: Moved 1 article from spring-5-security to
spring-boot-security
2021-01-05 23:00:14 +05:30
Krzysztof Woyke 962e8839d6 Merge remote-tracking branch 'upstream/master' into JAVA-3570 2020-12-29 15:11:31 +01:00
sampadawagde 0513c0b64d JAVA-3506: added modules to new parent's pom 2020-12-25 22:45:16 +05:30
sampadawagde 49ae245cc2 JAVA-3506: moved spring-social-login inside spring-security-modules 2020-12-25 22:44:25 +05:30
sampadawagde c6f3d465d5 JAVA-3506: moved spring-session inside spring-security-modules 2020-12-25 22:44:02 +05:30
sampadawagde cca9e25a42 JAVA-3506: moved spring-ldap inside spring-security-modules 2020-12-25 22:43:37 +05:30
sampadawagde d7afc4a11b JAVA-3506: moved spring-5-security-oauth inside spring-security-modules 2020-12-25 22:43:12 +05:30
sampadawagde 3880907db1 JAVA-3506: moved spring-5-security-cognito inside
spring-security-modules
2020-12-25 22:42:51 +05:30
sampadawagde 69e579debe JAVA-3506: moved spring-5-security inside spring-security-modules 2020-12-25 22:42:29 +05:30
Krzysztof Woyke 9a7a3fdac3 JAVA-3570: Fix spring-security-oauth2 version in spring-security-oauth2-sso 2020-12-18 10:14:23 +01:00
Krzysztof Woyke 19ab1ccf2b JAVA-3570: Use Spring Boot starters in spring-security-web-mvc 2020-12-11 22:17:40 +01:00
Krzysztof Majewski 9ef57e3027 BAEL-3630 Improve article "Spring Security Context Propagation with @Async" (#10284)
* BAEL-3630 Improve article "Spring Security Context Propagation with @Async"

* BAEL-3630 Improve article "Spring Security Context Propagation with @Async"

Co-authored-by: Krzysztof Majewski <krzysztof.majewski.km1@contractors.roche.com>
2020-11-28 12:56:57 -08:00
Loredana Crusoveanu 9624056752 remove remaining kotlin code 2020-11-25 11:52:43 +02:00
johnA1331 1d90857c7d Update README.md 2020-11-24 02:43:41 +08:00
johnA1331 9c1e232982 Update README.md 2020-11-17 15:40:24 +08:00
Loredana a66f2f55ef fix relative path, fix start of kerberos app 2020-10-21 14:45:56 +03:00
Loredana Crusoveanu 34c6ad9cb6 Merge pull request #10186 from eugenp/lor6-patch-3
Update README.md
2020-10-20 16:04:31 +03:00
Loredana Crusoveanu 9b20c1d906 Merge pull request #10185 from eugenp/lor6-patch-2
Update README.md
2020-10-20 16:04:17 +03:00
Loredana Crusoveanu 0efc73afcc Update README.md 2020-10-20 13:14:22 +03:00
Loredana Crusoveanu 3f8591f891 Update README.md 2020-10-20 12:42:29 +03:00
Loredana Crusoveanu b6dbadc18e Update README.md 2020-10-20 12:41:36 +03:00
Loredana e012de2de9 add the oidc legacy code back 2020-10-20 11:42:57 +03:00
johnA1331 5774d75266 Update README.md 2020-10-08 14:38:49 +08:00
johnA1331 b67de9d7a2 Update README.md 2020-10-08 14:27:59 +08:00
Dhawal Kapil b3e76be0aa Merge pull request #10025 from kwoyke/JAVA-2404
JAVA-2404: Fix Spring MVC and Security config
2020-09-15 20:18:51 +05:30
Amit Pandey 540e719c11 moved spring-security-web-jsonview module to spring-security-core (#10015)
* moved spring-security-web-jsonview module to spring-security-core

* removed deleted module from project build
2020-09-14 21:51:24 +05:30
Krzysiek 57b66fa578 JAVA-2404: Fix Spring MVC and Security config 2020-09-13 21:40:14 +02:00
François Dupire b03fdd2c4b [JAVA-2434] Inherited from parent-spring-5 (#9994)
* [JAVA-2434] Inherited from parent-spring-5

* [JAVA-2434] Upgraded spring-security dependencies as well
2020-09-10 20:55:13 +05:30
François Dupire fe9e6fc558 [JAVA-2435] Migrate spring-security-web-sockets to parent-sprint-5 (#10000)
* [JAVA-2435] Inherited from parent-boot-5

* [JAVA-2435] Upgraded version of spring-security as well
2020-09-10 20:51:30 +05:30
Dhawal Kapil 3ddc56d306 Merge pull request #9987 from dupirefr/team/JAVA-2540-review_build_time
[JAVA-2540] Deactivate frontend-maven-plugin when using default-first…
2020-09-10 20:47:33 +05:30
fdpro 1876f16449 [JAVA-2433] Inherited from parent-spring-5 2020-09-09 10:02:37 +02:00
fdpro b7813034ea [JAVA-2540] Deactivate frontend-maven-plugin when using default-first or default-second profile 2020-09-08 11:26:57 +02:00
sampadawagde eb9dd3bf5c JAVA-69: README updates 2020-08-18 15:43:55 +05:30
sampadawagde 7e6ddf0e48 JAVA-69: parent module changes as per child module renaming 2020-08-18 15:40:29 +05:30
sampadawagde 796b49b348 JAVA-69: Renamed spring-security-x509 to spring-security-web-x509 2020-08-18 15:39:46 +05:30
sampadawagde ec76361474 JAVA-69: Renamed spring-security-thymeleaf to
spring-security-web-thymeleaf
2020-08-18 15:38:54 +05:30
sampadawagde 61dd35dc83 JAVA-69: Renamed spring-security-rest-custom to
spring-security-web-rest-custom
2020-08-18 15:38:21 +05:30
sampadawagde 526d66067f JAVA-69: Renamed spring-security-rest-basic-auth to
spring-security-web-rest-basic-auth
2020-08-18 15:37:55 +05:30
sampadawagde 90e80fd32b JAVA-69: Renamed spring-security-rest to spring-security-web-rest 2020-08-18 15:37:27 +05:30
sampadawagde 00d8cdc252 JAVA-68: README changes 2020-08-16 16:37:06 +05:30
sampadawagde 12d16d9c85 JAVA-68: parent module pom changes as per child module renaming 2020-08-16 16:34:03 +05:30
sampadawagde 10e9f147ee JAVA-68: Renamed spring-security-react to spring-security-web-react 2020-08-16 16:33:28 +05:30
sampadawagde d35dfb6ba9 JAVA-68: Renamed spring-security-mvc-socket to
spring-security-web-sockets
2020-08-16 16:32:56 +05:30
sampadawagde f645cac5d6 JAVA-68: Renamed spring-security-mvc-persisted-remember-me to
spring-security-web-persisted-remember-me
2020-08-16 16:32:25 +05:30
sampadawagde 3e193877e6 JAVA-68: Renamed spring-security-mvc-login to spring-security-web-login 2020-08-16 16:31:42 +05:30
sampadawagde ecaa8db142 JAVA-68: Renamed spring-security-mvc-jsonview to
spring-security-web-jsonview
2020-08-16 16:30:53 +05:30
mikr 1d0488b576 Java-70 Rename modules in Spring Security modules 2020-08-15 20:25:37 +02:00
sampadawagde ee2eae1056 JAVA-67: README updated for next-prev links 2020-08-13 16:07:42 +05:30
sampadawagde daed0a310a JAVA-67: module pom changes as per renamed modules 2020-08-13 12:57:25 +05:30
sampadawagde ab84d1c6d0 JAVA-67:renamed spring-security-mvc-digest-auth to
spring-security-web-digest-auth
2020-08-13 12:56:26 +05:30
sampadawagde fe7894fae0 JAVA-67:renamed spring-security-mvc-custom to
spring-security-web-mvc-custom
2020-08-13 12:55:25 +05:30
sampadawagde 8eede4e9f2 JAVA-67:renamed spring-security-mvc-boot-2 to spring-security-web-boot-2 2020-08-13 12:54:12 +05:30
sampadawagde 787bbd4f2c JAVA-67:renamed spring-security-mvc-boot-1 to spring-security-web-boot-1 2020-08-13 12:52:53 +05:30
sampadawagde 36a2c6edb1 JAVA-67: renamed spring-security-mvc to spring-security-web-mvc 2020-08-13 12:51:16 +05:30
sampadawagde 103d36000f JAVA-67: renamed spring-security-angular to spring-security-web-angular 2020-08-13 12:49:18 +05:30
Josh Cummings 15b2b50e18 Merge pull request #9741 from kwoyke/JAVA-1649
JAVA-1649: Get rid of the overriden spring-boot.version property
2020-07-29 09:06:45 -06:00
Josh Cummings 1271ccfad2 Merge pull request #9727 from amit2103/JAVA-2156
Java 2156
2020-07-29 08:30:45 -06:00
Krzysiek 4c4b784d02 JAVA-1649: Get rid of the overriden spring-boot.version property 2020-07-21 20:24:51 +02:00
johnA1331 b8e72c86d8 Update README.md 2020-07-21 21:30:11 +08:00
johnA1331 ed6a32cfbf Update README.md 2020-07-21 21:00:14 +08:00
johnA1331 f6e68ce2fd Update README.md 2020-07-21 19:14:39 +08:00
amit.pandey 09ac6a9cf9 fix for the build warning 2020-07-19 00:57:36 +05:30
amit.pandey 0716abb5e7 used properties defined in parent pom 2020-07-12 00:06:27 +05:30
Josh Cummings 1cd1bb9998 Merge pull request #9655 from Maiklins/JAVA-71-spring-security-config-move
Java-71 spring security config move
2020-07-08 08:34:51 -06:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
mikr 273b876127 JAVA-71 spring-security-config 2020-07-07 00:54:52 +02:00
johnA1331 fb70309f0f Update README.md 2020-06-26 17:49:18 +08:00
Josh Cummings d7c98c56db Merge pull request #9535 from amit2103/JAVA-1830
Java 1830
2020-06-25 19:39:28 -06:00
Loredana Crusoveanu 68316251df Merge branch 'master' into master 2020-06-22 10:58:31 +03:00
amit.pandey 36f15adbd7 extract version into properties tag & moved common properties in parent 2020-06-20 23:32:32 +05:30
Loredana Crusoveanu 556a51175e Merge pull request #9469 from kwoyke/JAVA-1745
JAVA-1745: Use server.ssl.enabled property
2020-06-20 10:12:37 +03:00
johnA1331 d37efb147b Create README.md 2020-06-18 16:07:59 +08:00
johnA1331 e20214a265 Create README.md 2020-06-18 13:34:37 +08:00
rpvilao 7626e7f0ca Merge pull request #9479 from musibs/KTLN-131
KTLN-131 Kotlin Spring Security DSL Initial Commit
2020-06-17 16:04:41 +02:00
musibs b09419613e Review changes 2020-06-16 11:23:22 +05:30
musibs c481591634 Moved the module to spring security modules 2020-06-12 14:18:49 +05:30
Josh Cummings 5e67d361cf Merge pull request #9422 from sampada07/JAVA-39
JAVA-39: Check if Kerberos articles are duplicates
2020-06-09 09:03:20 -06:00
Krzysztof Woyke e2b292870e JAVA-1745: Use server.ssl.enabled property 2020-06-09 16:06:08 +02:00
Krzysztof Woyke b8a3dd7a68 JAVA-1782: Remove byte-buddy dep from parent-boot-2's children 2020-06-05 15:38:09 +02:00
sampadawagde d214da3cb1 JAVA-39: Updated parent module pom to remove deleted module 2020-06-02 22:57:22 +05:30
sampadawagde 97fa800bbd JAVA-39: Moved article from spring-security kerberos module to
spring-security-sso/spring-security-sso-kerberos
2020-06-02 22:56:31 +05:30
sampadawagde 89ea700e24 JAVA-39: Removed module spring-security-kerberos 2020-06-02 22:55:10 +05:30
Anshul Bansal 7b53c3cb55 BAEL-3996_Spring_Security_with_Auth0 (#9300)
* BAEL-3996 - Spring Security with Auth0

* BAEL-3996 - Spring Security with Auth0 code fixes

* BAEL-3996 - Spring Security with Auth0

* BAEL-3996 - removed spaces

* BAEL-3996 - RequestMapping is updated to GetMapping
2020-05-26 16:58:17 +01:00
amit.pandey 8de92f7f4c removed unwanted path from web security config 2020-05-17 21:10:55 +05:30
amit.pandey 7d1e22b44f modified MvcVoterConfig controller path 2020-05-16 16:29:39 +05:30
johnA1331 e6dd93f4d1 Create README.md 2020-05-12 17:02:06 +08:00
johnA1331 c6a4757699 Update README.md 2020-05-12 15:32:03 +08:00
Eric Martin 6020587d90 Merge pull request #9221 from SmartyAnsh/BAEL-3995_Spring_Security_Okta
BAEL-3995 - Spring Security with Okta
2020-05-09 10:56:43 -05:00
Anshul Bansal 8d41b96d07 corrected alphabetical order of modules 2020-05-09 15:30:54 +03:00
Michael Pratt 9770eda888 BAEL-3972: Move code examples to new package 2020-05-06 10:38:16 -06:00
Kirill Vlasov 714d60351b Replacing postgres database with h2 for integration test 2020-05-05 11:44:30 +05:00
Anshul BANSAL a1cfe519ca BAEL-3995 - Spring Security with Okta 2020-05-03 14:38:08 +03:00
Jonathan Cook 5eb21c54bb Merge pull request #9069 from kirill-vlasov/master
BAEL-3969 Spring Security - Custom Logout Handler
2020-04-26 11:18:09 +02:00
Eric Martin 5ddf7ef391 Merge pull request #9160 from michael-pratt/BAEL-3972
BAEL-3972: check user roles in Java
2020-04-25 21:59:51 -05:00
Michael Pratt bd9c4945f7 BAEL-3972: Fix formatting 2020-04-25 11:37:01 -06:00
Krzysiek b2af9262a2 JAVA-1130: Improvements after review 2020-04-22 18:15:29 +02:00
Michael Pratt 64e47e7f77 BAEL-3972: check user roles in Java 2020-04-21 10:25:27 -06:00
Krzysiek 647a6dc798 JAVA-1130: Update the x509 mutual authentication codebase 2020-04-19 18:54:43 +02:00
Kirill Vlasov 7678f4a0cc Code review 2020-04-18 08:00:52 +05:00
Kirill Vlasov 07b5c1f010 Code review fixes 2020-04-12 16:16:36 +05:00
amit.pandey d76fdbbe14 Merge branch 'JAVA-1164' into JAVA-1192 2020-04-12 00:05:00 +05:30
amit.pandey 5b88ab42df sync source code with article 2020-04-12 00:01:36 +05:30
Loredana Crusoveanu 9d06b84d41 Merge pull request #9067 from johnA1331/master
BAEL-22989
2020-04-11 11:10:36 +03:00
Kirill Vlasov c1b13d0931 BAEL-3969 Spring Security - Custom Logout Handler 2020-04-10 20:21:01 +05:00
johnA1331 404f13f940 Update README.md 2020-04-10 15:46:47 +08:00
Krzysiek db789ae674 JAVA-976: Fix spring-security-mvc-login configuration 2020-04-09 20:55:15 +02:00
Krzysiek d1b40a0c02 JAVA-42: Upgrade spring-security-x509 to Spring Boot 2 2020-03-31 22:55:19 +02:00
Krzysiek 3f2d436db4 JAVA-42: Upgrade spring-security-cache-control to Spring Boot 2 2020-03-30 23:45:37 +02:00
Krzysiek 3f83ed67d3 JAVA-42: Upgrade spring-security-kerberos to Spring Boot 2 2020-03-30 23:27:11 +02:00
Krzysiek ee95317ad9 JAVA-42: Upgrade spring-security-ldap to Spring Boot 2 2020-03-29 23:54:31 +02:00
Krzysiek 4382852a17 JAVA-43: Upgrade spring-security-modules to Spring Boot 2 2020-03-29 19:00:40 +02:00
Eric Martin c52aab9879 Merge pull request #8945 from johnA1331/master
BAEL-23068
2020-03-27 12:38:58 -05:00
Eric Martin 0681590c1c Merge pull request #8875 from dev-chirag/master
BAEL3901 Clear Site Data Headers in Spring Security
2020-03-26 22:57:34 -05:00
johnA1331 f145d644c9 Update README.md 2020-03-23 19:04:46 +08:00
johnA1331 cbf3815f09 Update README.md 2020-03-23 18:22:55 +08:00
dupirefr e934ce3857 [JAVA-961] Standardize packages in spring-security-modules: spring-security-mvn-custom (finalized) 2020-03-22 09:53:55 +01:00
dupirefr 37fe2f968d [JAVA-961] Standardize packages in spring-security-modules: spring-security-mvc 2020-03-22 09:46:05 +01:00
dupirefr 19c1d9fa11 [JAVA-961] Standardize packages in spring-security-modules: spring-security-sso (finalized) 2020-03-22 09:46:03 +01:00
dupirefr dee9427fb7 [JAVA-961] Standardize packages in spring-security-modules: spring-security-rest-basic-auth (finalized) 2020-03-22 09:46:01 +01:00
dupirefr 15ead38004 [JAVA-961] Standardize packages in spring-security-modules: spring-security-rest-custom (finalized) 2020-03-22 09:46:00 +01:00
dupirefr 06347b6f1f [JAVA-961] Standardize packages in spring-security-modules: spring-security-mvc-login 2020-03-22 09:45:58 +01:00
dupirefr 8586e8de2a [JAVA-961] Standardize packages in spring-security-modules: spring-security-mvc-digest-auth (finalized) 2020-03-22 09:45:57 +01:00
dupirefr abc4259c99 [JAVA-961] Standardize packages in spring-security-modules: spring-security-x509 2020-03-22 09:45:55 +01:00
dupirefr 20e72465cc [JAVA-961] Standardize packages in spring-security-modules: spring-security-sso 2020-03-22 09:45:53 +01:00
dupirefr 4e839f8e32 [JAVA-961] Standardize packages in spring-security-modules: spring-security-rest-custom 2020-03-22 09:45:51 +01:00
dupirefr 43299dc082 [JAVA-961] Standardize packages in spring-security-modules: spring-security-rest-basic-auth 2020-03-22 09:45:49 +01:00
dupirefr b993d0762d [JAVA-961] Standardize packages in spring-security-modules: spring-security-rest 2020-03-22 09:45:48 +01:00
dupirefr a12f9e878a [JAVA-961] Standardize packages in spring-security-modules: spring-security-react 2020-03-22 09:45:46 +01:00
dupirefr 833355f08d [JAVA-961] Standardize packages in spring-security-modules: spring-security-mvc-socket 2020-03-22 09:45:44 +01:00
dupirefr 56c6d78bd5 [JAVA-961] Standardize packages in spring-security-modules: spring-security-mvc-persisted-remember-me 2020-03-22 09:45:43 +01:00
dupirefr ead60ef1f7 [JAVA-961] Standardize packages in spring-security-modules: spring-security-mvc-digest-auth 2020-03-22 09:45:41 +01:00
dupirefr c1b2f97a53 [JAVA-961] Standardize packages in spring-security-modules: spring-security-mvc-custom (finalized) 2020-03-22 09:45:39 +01:00
dupirefr d1a28cbd6a [JAVA-961] Standardize packages in spring-security-modules: spring-security-acl (finalized) 2020-03-22 09:45:38 +01:00
dupirefr 15a48fcb78 [JAVA-961] Standardize packages in spring-security-modules: spring-security-mvc-custom 2020-03-22 09:45:35 +01:00
dupirefr d6e6e5a8ca [JAVA-961] Standardize packages in spring-security-modules: spring-security-ldap 2020-03-22 09:44:04 +01:00
dupirefr 1d7aedeaad [JAVA-961] Standardize packages in spring-security-modules: spring-security-kerberos 2020-03-22 09:44:03 +01:00
dupirefr bc90bba635 [JAVA-961] Standardize packages in spring-security-modules: spring-security-cache-control 2020-03-22 09:44:01 +01:00
dupirefr a9360918ba [JAVA-961] Standardize packages in spring-security-modules: spring-security-angular 2020-03-22 09:43:59 +01:00
dupirefr 2fa275119c [JAVA-961] Standardize packages in spring-security-modules: spring-security-acl 2020-03-22 09:43:58 +01:00
Josh Cummings ba6fa2e023 Merge pull request #8889 from Maiklins/JAVA-877-update-Redirect-after-login-article
Java-877 update redirect after login article
2020-03-21 23:38:11 -06:00
mikr 5c78f88913 JAVA-877 Update redirect after login 2020-03-21 21:43:32 +01:00
mikr cccec36753 JAVA-841 Update commented section in pom file 2020-03-18 20:05:41 +01:00
chirag d 108cca4b4b BAEL3901 updated pom to remove module 2020-03-18 22:46:35 +05:30
chirag d 42b945ce73 BAEL3901 Changed the module 2020-03-18 22:41:58 +05:30
mikr 02ce642cbd JAVA-877 Update "Redirect after login" article 2020-03-15 23:00:55 +01:00
mikr 7481de5257 Merge branch 'master' of https://github.com/Maiklins/tutorials into JAVA-841-Standardize-packages-spring-security-mvc-boot
 Conflicts:
	spring-security-modules/spring-security-mvc-boot-1/src/test/java/com/baeldung/roles/web/CustomUserDetailsServiceIntegrationTest.java
2020-03-15 17:04:35 +01:00
mikr b92b5d2065 Merge branch 'Fix-boot-mvc-2' into JAVA-841-new 2020-03-15 16:53:06 +01:00
mikr ab71c5eb09 JAVA-841 Standardize packages in spring-security-mvc-boot 2020-03-15 16:37:38 +01:00
chirag d 8e3d81fcb9 BAEL-3901 Clear Site Data Header in Spring Security 2020-03-14 12:24:44 +05:30
sampadawagde abf20dad42 JAVA-965 : Fixed failing CustomUserDetailsServiceIntegrationTest 2020-03-12 22:02:00 +05:30
Eric Martin 335127f269 Merge pull request #8808 from johnA1331/master
github-related test fix - 18-02-2020
2020-03-09 20:49:51 -05:00
dupirefr 083d802879 [JAVA-131] Giving version to hamcrest library in spring-security-modules 2020-03-05 07:51:29 +01:00
dupirefr cc79530c9c [JAVA-131] Unifying hamcrest-core and hamcrest-libraries dependencies under hamcrest 2020-03-05 07:51:28 +01:00
Mathieu Fortin 976839d8af added notice on how to run the live tests 2020-03-03 18:46:32 -05:00
Mathieu Fortin 812f540386 fixed format 2020-03-03 17:28:47 -05:00