spring-social Questions

2

Solved

I am trying to use spring social for my REST services and my mobile app. I wonder what the best approach is. I am planning to use linkedin, google login and password authentication inside my mob...

5

I am getting the following error when attempting to navigate to the /connect endpoint of the spring social web module. What I am getting: [Request processing failed; nested exception is org.spri...
Ember asked 28/12, 2013 at 21:16

2

Solved

I have been working with Spring boot for a bit now, and the datasource is always configured in your application.properties in every example I have seen, kind of like this: # DataSource configurati...
Waylin asked 23/9, 2016 at 17:51

3

I have implemented Spring Social + Spring Security as outlined in the Spring security examples (and with spring security java config). I reported couple of problems at the time (see https://jira.sp...
Helgahelge asked 17/11, 2013 at 17:4

3

Solved

My application built upon spring-social-twitter that enables users to sign in with Twitter has stopped working recently. I've got an error message as below: Callback URL not approved for this ...
Regeneration asked 29/6, 2018 at 13:40

2

Solved

I have an application in which I use Spring Social Security for authentication and authorization. Unfortunately I am having some problems with mocking Spring Security. It seems that it does not wor...

2

Solved

Right after registration (sign up) I'm logging in my user programmatically via Spring Security: public register(HttpServletRequest request, String user, String password) { ... request.login(user...
Astounding asked 20/12, 2016 at 11:33

2

Solved

I need to execute some code after each deserialization is done on a POJO's fields. Is there any way I can do this through some jackson annotation (or other) strategy? One way to go with this is ...
Unship asked 2/4, 2011 at 10:32

3

Solved

I am new to OAuth, but want to find a good way to start, and use a library that has wide support What are the benefits and disadvantages of the following (there are probably more, but these are th...
Calen asked 19/2, 2012 at 1:9

1

I'm building a Single Page Application using Spring Social and Spring Security generated by JHipster. I'm trying to capture the original query parameters after a user has been authenticated by som...

6

Solved

I am new Springs. In Bean tag I found factory-method and factory-bean Attributes. What is the difference between factory-method and factory-bean? I am using factory-method to call my getInstance s...
Charlettecharley asked 12/9, 2013 at 19:9

2

I am having a website (Angular App) which I can reach on https://localhost:4200 and a server (pure REST API) that is on https://localhost:8443. Since the REST endpoints are secured, a user must l...
Scarecrow asked 7/5, 2018 at 21:5

4

I'm working with a Spring Boot + Spring Security OAuth2 application that I believe was inspired by examples from Dave Syer. The application is configured to be an OAuth2 authorization server, with ...

3

Solved

Im using Spring Social in my application: <spring.framework.version>3.2.0.RELEASE</spring.framework.version> <hibernate.version>4.1.9.Final</hibernate.version> <commons-d...
Marden asked 5/3, 2013 at 12:3

2

Solved

In a Spring Boot application, I have an OAuth2 Authorization/Resource servers. Based on this and Spring Security, I have secured my Spring MVC REST API endpoints. In addition to this, I'd like to ...

1

I want use jHipster for native mobile app backend. I can register and login through api REST perfectly. But, how I do a social login through api? I cant find any endpoint Thanks!
Elisaelisabet asked 8/5, 2017 at 15:10

3

Solved

I am trying to use Spring Social on my application and I noticed while debugging that the original 'OAuth2' state parameter is always null on my app. See Spring Social source code for org.springfr...
Evetteevey asked 13/9, 2016 at 11:42

2

I have implemented a Spring Boot application with AngularJS frontend. Have also setup users along with their permissions. Right now I am able to login with any of these users and is working well wi...

2

Solved

In my Spring Boot application with RESTful webservices I have configured Spring Security together with Spring Social and SpringSocialConfigurer. Right now I have two ways of authentication/authori...

2

Solved

I need change the redirect url when my user is succefull logged in using some of Spring Social Providers, like Twitter in this case. I'm getting in every set***Url("") a null pointer exception So...
Maronite asked 26/6, 2014 at 20:37

1

Solved

I am a beginner with the Spring Framework and wanted to try out Spring Social to make a simple web application which retrieves data from Facebook. For this I followed Spring Socials official "Getti...

2

This is driving me mad. I'm implementing Spring Social and it requires you to have a database table named UserConnection (instead of using the standard naming convention of using an underscore to ...
Wharfinger asked 28/1, 2017 at 16:22

2

In Spring Boot application I have secured my Spring MVC REST endpoints with Spring Security and Spring OAuth2. I have own Authorization\Resource servers so in order to comunicate with our API, clie...

3

Solved

Please can somebody share links of working example of Spring Social Facebook login except the sample applications on git hub that are provided by Spring Social people themselves. Especially ...
Damselfly asked 25/7, 2015 at 16:3

2

Solved

I'm trying to use Facebook sign in as described in https://github.com/spring-guides/gs-accessing-facebook When I'm trying to create JdbcUsersConnectionRepository, I need spring security in class ...

© 2022 - 2024 — McMap. All rights reserved.