Search:

Type: Posts; User: javierhe; Keyword(s):

Search: Search took 0.01 seconds.

  1. The problem seems to be related with the custom...

    The problem seems to be related with the custom SignInAdapter. Initially, I was using the following code:


    UsernamePasswordAuthenticationToken auth = new...
  2. sec:authorize, configuration and roles with version 3.1.2

    Using spring-security, I have a custom UserDetailsService, returning the following UserDetails:


    ...
    HashSet<SimpleGrantedAuthority> authSet = new HashSet<SimpleGrantedAuthority>();
    ...
  3. Replies
    3
    Views
    634

    Finally found the problem. For some reason I was...

    Finally found the problem. For some reason I was using spring-social 1.1.0.SNAPSHOT, using the stable version 1.0.2.RELEASE seems to resolve the issue.
  4. Replies
    3
    Views
    634

    Debugging the code I've seen the cause of error,...

    Debugging the code I've seen the cause of error, the clientId and clientSecret aren't sent to google in the Oauth request. The values are correctly set when creating the GoogleConnectionFactory, so...
  5. Replies
    3
    Views
    634

    Error 400 with spring-social-google

    I'm new to spring-social, and I'm trying to modify the project sample spring-social-showcase to add Google connection, using spring-social-google. The demo from spring-social-google works ok with my...
Results 1 to 5 of 5