Results 1 to 2 of 2

Thread: UserIdSource

  1. #1
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default UserIdSource

    So Spring Social Security (Still love that name) has AuthenticationNameUserIdSource which implements UserIdSource from Spring Social Core. However, UserIdSource is no longer a class in Core. If we want to use the SocialAuthenticationFilter for Spring Social we have to pass in a UserIdSource into the constructor. Which we can't since the class won't be in the classpath cause it doesn't exist.

    Thanks

    Mark

  2. #2
    Join Date
    Jan 2009
    Location
    Huntington Beach, CA
    Posts
    718

    Default

    OK. So this was my issue.

    maven dependency on spring-social-web. Which includes core. But social-web M2 is still pointing to social-core M1.

    Mark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •