Questions tagged as 'spring-security'

0
answers

Spring Security Oauth2 in API Rest

Good morning. I have a Web Service Rest implemented and I am working on the security of the same one at the moment. This Web Service was implemented using Spring Boot. Initially I will have clients as an Android Application and a Web Appli...
asked by 21.11.2016 / 14:58
0
answers

Get username in session jsf

I'm in doubt as to how to get the user's name in the session. I'm using Spring Security 4.2 I have my User Class import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import lombok.Data; @E...
asked by 27.08.2017 / 17:47
0
answers

Spring secutity OAuth2

It generates the token { "access_token": "0b42ea14-6a21-44fc-9f65-df60f9130542", "token_type": "bearer", "refresh_token": "3653d5f8-161a-4ee2-b3b5-df9e1da4b9a7", "expires_in": 498, "scope": "bar read write" } Gives err...
asked by 05.12.2018 / 23:26
1
answer

Is it possible to have multiple form-login with Spring Security in the same application?

Well the start question may seem a bit confusing, but basically I'd like to know if it's possible to have more than one validation form of spring security:form-login , since I have two things in my system where validation will be different,...
asked by 05.10.2015 / 16:20
1
answer

Customize error page to connect timed out in Spring

I'm trying to create a friendly error page in case LDAP is off the air, but unfortunately the only answer I get is j_spring_security_check . I tried to map the exception in web.xml , but I was not successful. <error-page>...
asked by 03.11.2015 / 15:18
0
answers

Error logging in with Spring Security and JSF

I'm trying to implement a login with Spring Security 4.0.1.RELEASE and JSF 2.2, trying to login it always returns as invalid login. login.xhtml <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/D...
asked by 19.06.2015 / 04:26
1
answer

Authentication with Spring Security

Hello, I'm doing a project using the Spring Framework, and I need to do a very simple authentication, using users created in the same user table (without any integration with social networks). But I do not know how to do it, I'm using Spring...
asked by 29.08.2016 / 18:59
1
answer

Is there a framework to aid in the authentication process when using Google Appengine?

I do not want to use session in the application. Would Spring Security be the only option? In this case it would be a SPA application.     
asked by 20.06.2016 / 03:37
1
answer

How to detect if wi-fi and / or bluetooth are connected

Good afternoon! I would like to know if anyone knows some open source code for an application to check if wi-fi or Bluetooth are connected.     
asked by 16.01.2015 / 20:27
1
answer

Login Spring Boot + Spring Secutrity + Angular

What is the structure used for the combination Spring Boot, Spring Security and Angular Js to manage the login and the Spring application will be in rest. Will the login controller be in rest format too or will it be in the ModelAndView frame...
asked by 18.07.2017 / 21:40