Search:

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

Search: Search took 0.02 seconds.

  1. QuickStart - SecurityContext - ThreadSafety

    The SecurityContext implementation in QuickStart does not seems to support concurrent process.

    I tried running some long running process(fetch photo) together and randomly some process will fail...
  2. Replies
    15
    Views
    1,375

    The trick of using js to pass access token works

    The trick of using js to pass access token works
  3. Replies
    15
    Views
    1,375

    As mentioned earlier. I could not use the...

    As mentioned earlier. I could not use the provider (signin/providerId) [server side]. If i use that connection will be stored in the DB

    Objective is to add a connection to DB if the FB connection...
  4. Replies
    15
    Views
    1,375

    Tried to change the code to something like this...

    Tried to change the code to something like this but got an MissingAuthorizationException

    AccessGrant accessGrant = new AccessGrant(accessToken);
    OAuth2ConnectionFactory<?> connectionFactory =...
  5. Replies
    15
    Views
    1,375

    Sorry i am new to all this. What i am looking...

    Sorry i am new to all this.

    What i am looking at is only manually adding of the facebook connection like a provider into UsersConnectionRepository.

    I can't use MVC view to "control" the...
  6. Replies
    4
    Views
    460

    for the benefit of the community. The proposed...

    for the benefit of the community. The proposed url works for logout. If you can get your hands on the accesstoken
  7. Replies
    15
    Views
    1,375

    Facebook connection detection

    Assuming a facebook is already establish from the frontend. (Javascript or some other means)

    How can we use use spring social to detect it and add it to the UsersConnectionRepository

    Example:...
  8. Replies
    4
    Views
    460

    But it is not really signout of the app as well....

    But it is not really signout of the app as well.

    once you click signin again. it checks the connection and reassign a new app connection and you are back in.

    How do i signout of facebook in...
  9. Replies
    4
    Views
    460

    spring-social-quickstart logout

    i tried spring-social-quickstart but it does not logout from facebook.

    Please assist
Results 1 to 9 of 9