This repository was archived by the owner on May 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4k
How to use @EnableRedisHttpSession and @EnableOAuth2Client same time #689
Comments
Up |
We believe this should be fixed in Spring 4.2.6 (see #705). |
Seems not be resolved with BRIXTON.RELEASE(Spring 4.2.6) |
I guess it's probably a good idea to open a new issue and link to a sample project. |
I don't know if you see it but I posted a project #781 before you comment |
I didn't see it, but in any case this issue is closed, so it's better to open a new one and post the link there, pelase. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I meet problems when I try to use session storing with redis and connect with facebook with OAuth2Client.
I follow this tutorial https://spring.io/guides/tutorials/spring-security-and-angular-js/#_the_api_gateway_pattern_angular_js_and_spring_security_part_iv
and this
https://spring.io/guides/tutorials/spring-boot-oauth2/#_social_login_simple
And I try to combine them.
But It seems that there is a deserialization problems with my sub-service and redis. I try to use an other serializer that XXXX (StringRedisSerializer, )but it does not solve the problem.
There is no problem for the gateway but only for subservices.
Sessions stored :
StackTrace :
The text was updated successfully, but these errors were encountered: