• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spring Social Linkedin - SignIn

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to Spring social and trying to config spring social signin for linkedin.

My spring config file below,



My SocialSignInAdapter.java is,

public class SocialSignInAdapter implements SignInAdapter{




In Login.jsp,




When I click the above linkedin link, i get 404 error.

I guess my app is unable to find the ProviderSignInController for the request, ://dom:8080/myApp/signin/linkedin.

I suspect the below config in spring xml.



I have all my controller inside the package com.tc.web. But the ProviderSignInController is in Spring package and my app is unable to find it.

I tried the below as well.



I got ambigous mapping error for ProviderSignInController with the above config.
So, I removed the


from my spring xml. But still I am getting the 404 error.

Could anyone help me on this please ..........

Thanks,
Baskar.S
 
Hot dog! An advertiser loves us THIS much:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic