Results 1 to 5 of 5

Thread: Spring Social Authentication

Threaded View

  1. #1

    Default Spring Social Authentication

    Hello,

    I'm trying to understand how Facebook Signin procedure works.

    If I understand correctly, the authenitcation procedure involves going through. 1) facebook authenitcation, then 2) local application. authentication

    For example. I click on "signin with facebook" button situated in my app, I am taken to faacebook where I enter my credentials (if successful) I am redirected back to my app's signnin page where I enter username/ password for Spring Security, only then I am signed in.

    The above process is a bit too long. I need a solution that involves only one authentication step e.g. Username/Password used only once, if successful they are authnticated on both sites. Can I do this with Spring Social?

    Thanks
    Last edited by Laedislaw; Nov 4th, 2012 at 04:36 PM.

Tags for this Thread

Posting Permissions

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