Commit Graph

9 Commits

Author SHA1 Message Date
chrisoberle 212e6fe820 BAEL-1969 spring security for spring boot integration tests (#5074)
* BAEL-1969 spring security for spring boot integration tests

* BAEL-1969 spring security for spring boot integration tests
2018-09-02 11:14:16 +02:00
Hai Nguyen be05fabb4e Spring Security Taglibs (#4947)
* BAEL-1846: Java Image to Base64 String

* Move from using main method to Junit test

* Update to use environment variables for testing

* reformat and add test file

* spring boot jsp security taglibs

* add more test

* add more test

* refactor spring config

* refactor spring config

* Update README.md

* fi alignment

* fix requested comments

* additional tests and content

* additional tests and content

* update examples

* Delete Readme file

* edit form example

* adding example for spring boot security tag libs

* Remove old tag libs module
2018-08-30 12:19:13 -06:00
amit2103 d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
Daniel Barrigas 5a8ee24152 BAEL-1914 refactor (#4749)
* Server Sent Events example using Spring Webflux and React

* spring security custom AuthenticationFailureHandler

* refactor

* moved SSE to branch

* remove pom properties

* moved AuthenticationFailureHandler example to spring-security-mvc-login
2018-07-18 19:58:01 +02:00
Daniel Barrigas 949847764f BAEL-1914 (#4718)
* Server Sent Events example using Spring Webflux and React

* spring security custom AuthenticationFailureHandler

* refactor

* moved SSE to branch

* BAEL-1914

* remove pom properties

* renamed test class

* avoid git conflict
2018-07-15 10:32:02 +02:00
Daniel Barrigas 44b61ab245 BAEL-1914 (#4713)
* Server Sent Events example using Spring Webflux and React

* spring security custom AuthenticationFailureHandler

* refactor

* moved SSE to branch

* BAEL-1914

* remove pom properties
2018-07-15 06:45:12 +02:00
Bogdan Stoean f888a3f78a BAEL-1410 - refactor tests (#3525)
* initial setup with spring boot/ spring data jpa/ flyway

* BAEL-1315 - added flyway test extensions for spring

* BAEL-1315 - added flyway test extensions for spring

* BAEL-1315 - created multiple migration scripts and locations

* BAEL-1315 - test insert after schema creation

* cleanup

* BAEL-1315 - test data changes by a migration

* [BAEL-1410] Spring Boot Security Auto-Configuration

* [BAEL-1410] Added some tests for incorrect credentials use case

* [BAEL-1410] Added readme and some code improvements

* [BAEL-1410] removed form based auth config because is redundant
added oauth2 server auto-configuration sample with test

* [BAEL-1410] added custom Authorization Server Config

* [BAEL-1410] update README

* [BAEL-1410]refactor tests

* [BAEL-1410]oauth2 resource server

* [BAEL-1410]oauth2 sso sample with facebook

* [BAEL-1410]remove spring-flyway

* [BAEL-1410]refactor tests

* [BAEL-1410] refactor tests

* [BAEL-1410] update
2018-01-29 06:44:40 +01:00
Bogdan Stoean f993bc0435 [BAEL-1410] Spring Boot OAuth2 Support (#3409)
* initial setup with spring boot/ spring data jpa/ flyway

* BAEL-1315 - added flyway test extensions for spring

* BAEL-1315 - added flyway test extensions for spring

* BAEL-1315 - created multiple migration scripts and locations

* BAEL-1315 - test insert after schema creation

* cleanup

* BAEL-1315 - test data changes by a migration

* [BAEL-1410] Spring Boot Security Auto-Configuration

* [BAEL-1410] Added some tests for incorrect credentials use case

* [BAEL-1410] Added readme and some code improvements

* [BAEL-1410] removed form based auth config because is redundant
added oauth2 server auto-configuration sample with test

* [BAEL-1410] added custom Authorization Server Config

* [BAEL-1410] update README

* [BAEL-1410]refactor tests

* [BAEL-1410]oauth2 resource server

* [BAEL-1410]oauth2 sso sample with facebook

* [BAEL-1410]remove spring-flyway
2018-01-15 22:05:19 +01:00
Bogdan Stoean 8de8770eec [BAEL-1410] Spring Boot Security auto-configuration (#3329)
* [BAEL-1410] Spring Boot Security Auto-Configuration

* [BAEL-1410] Added some tests for incorrect credentials use case

* [BAEL-1410] Added readme and some code improvements
2017-12-31 17:04:37 +02:00