Questions tagged as 'spring-security'

4
answers

Error executing spring security

I'm having the following error: Field authenticationManager in com.ronaldo.money.api.config.AuthorizationServerConfig required a bean of type 'org.springframework.security.authentication.AuthenticationManager' that could not be found. A...
asked by 03.05.2018 / 22:27
2
answers

I wanted to add more than one permission on springSecurity roles

I would like to know how to add more than one permission to the same folder in springSecurity because I wanted the admin to also have the same common user access as another page. <http auto-config="true" use-expressions="true" disable-url-...
asked by 23.02.2018 / 15:37
1
answer

Spring-boot web security, I can not tell if you are authenticating or not [closed]

I'm trying to implement spring-boot web security on my webApp, but when I enter login and password, it's simply reloading the page, and I can not understand if it's authentication failure, or if it redirects to another page it does not is correc...
asked by 17.11.2017 / 13:11
1
answer

Problem with Spring Security configuration

I'm having trouble with the following scenario: I have two projects, where one is the resource project and the other project is the authentication server, both projects were built with spring boot. The project with the application server i...
asked by 14.06.2017 / 14:47
1
answer

Spring Security OAuth2 Plugin with Json Tokens

Can anyone tell me if Spring Security's OAuth2 plugin supports access tokens in JSON format instead of XML format? And if so, what do we have to do to make this change?     
asked by 21.02.2014 / 20:59
1
answer

Error logging in using Spring Security

Recently I started using Spring Security to make my application safe, the problem is that when I hit the login button the correct one was to take me to the application home page, but when clicking you are returning me a .js file that is in the j...
asked by 21.11.2018 / 12:00
0
answers

block access with Spring

Beauty, in the configuration I made I can not block access to the pages that are inside another folder inside my views folder. IncaseI'mtryingtoblockaccesstoeverythingwithinthecontrolfolder. My setup is this way and it seems all right...
asked by 12.11.2018 / 11:47
0
answers

Error passing bank user in spring security

While I was using the user in memory it was fine, but I can not get the user from the bank. I'm using Spring 2.1 and security 5. If you need to, this is the complete project: link Error starting ApplicationContext. To display the condi...
asked by 01.11.2018 / 04:53
0
answers

Error refresh_token spring oauth2

Hello, I'm experiencing the following error when requesting the refresh_token. The application does not go up. Error Field userDetailsService in com.school.config.AuthorizationServerConfig required a bean of type 'org.springframework.secu...
asked by 23.10.2018 / 22:29
0
answers

Spring Boot 2.0 with Oauth2

Good evening, I'm trying to implement Oauth 2 with spring 2.0 but an error occurs that I can not resolve. The error is as follows org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resourceServerConfig': In...
asked by 20.09.2018 / 03:29