-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring boot 2 support #14
Comments
hi, i'm integrating this filter inside spring boot 2.0.3 app, there will be some incompatibility? what do you mean "spring boot 2.0 stack" i also have custom filter, but (from now) i don't know wich stack i using. can you explain me that is that? some link or other, thz |
I just mean that in you still use Spring boot 1/X depencies in your project.
I was wonder if it could also work with Spring boot 2 app's (you already answered that :-) ) and if there could be some incompatibilities.. |
ok, im new in spring boot but i use this library in a spring boot 2.0.3 application. all works fine for the moment, i just have an "anomaly situation" and have little problem |
For me it doesnt seem to work. With Spring Boot 2.0.3 I get the following: java.lang.IllegalStateException: Cannot invoke saveContext on response org.springframework.security.web.firewall.FirewalledResponse
while the same Request works just fine with Spring Boot 1.4.7 :/ Edit: I had CSRF with HttpSession enabled. Disabling CSRF fixes the issue :/ |
https://github.com/xanscale/CognitoResourceServer @schtrym @etwillbefine @ixortalkadmin i have made a ResourceServerConfigurerAdapter to work with cognito, just updated with spring boot 2.1.1 any help to improve are wellcome |
@xanscale can you provide an example on how to use your library? |
It's there |
I mean like a full application. The code you put in readme is not so straightforward to use. |
There is a sample app here : https://github.com/IxorTalk/ixortalk.aws.cognito.jwt.sampleapp I'm going to look at the issues / PRs this evening and do my best to cut a new release. |
@maciejwalkowiak open issue there, discuss there not here, is another project @ddewaele have you seen it ? i like some opinion |
Hi,
Do you plan to upgrade the filter to use spring boot 2.0 stack?
Thanks !
The text was updated successfully, but these errors were encountered: