spring-security-rest Questions
18
Solved
I want to use Spring Security for JWT authentication. But it comes with default authentication. I am trying to disable it, but the old approach of doing this - disabling it through application.prop...
Natatory asked 13/11, 2017 at 21:16
2
Solved
Spring security configuration class
@Configuration
@EnableWebSecurity
public class SecurityConfig extends WebSecurityConfigurerAdapter{
@Autowired
private UserDetailsService userDetailsService;...
Selfish asked 17/9, 2019 at 6:0
0
I am trying to create Authorization server and resource server.
When tried to get access token from Authorization server its working and getting access token with following details.
{
"access_tok...
Spun asked 27/8, 2019 at 10:25
2
I have developed token based spring security using JWT referring this project in git https://github.com/szerhusenBC/jwt-spring-security-demo. Now I need to get facebook login in my application. For...
Xanthine asked 1/1, 2017 at 20:8
1
Solved
I'm working on a grails rest app. The grails version I'm using is 3.3.1. I'm using spring-security-rest for authorization. I've created the following classes using the s2-quickstart command.
User...
Doukhobor asked 23/2, 2018 at 6:40
0
I have implemented Password Grant for my Authentication Server using Spring Security OAuth 2.0 and JWT. I create the Server by extending the AuthorizationServerConfigurerAdapter. I am able to give ...
Sergeant asked 1/2, 2018 at 2:57
2
Solved
I'm developing a Spring boot web application. The problem is in the login scenario. Suppose I have a user registered by the username "Ali". This user can either login with username "...
Staub asked 29/6, 2017 at 9:53
1
Solved
Preamble
I'm designing an API gateway for a Grails microservice federation. This issue seems related to a bunch of issues already filed in this repository but nothing provides a solution.
Version...
Stiffnecked asked 16/5, 2017 at 11:15
1
I am trying to integrate spring security rest plugin version 1.4.1 in my grails app, but facing some issue, I am doing like that:
Config.groovy setting:
//login end point
grails.plugin.springse...
Oddment asked 3/4, 2015 at 18:3
1
© 2022 - 2025 — McMap. All rights reserved.