python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Solution for dual security in spring boot application - OAuth2 (jwt token bearer) + X509 (certificates)
I tried to create a spring boot configuration with dual security checks on requests (Oauth2 token bearer and X509 certificates). I had 2 alternative ideas in mind, but cannot make it work either
dedi...
MS13
Votes: 0
Answers: 1
Unable to make the oauth2Login as stateless
I have provided the cookie based authorization request repository to oauth2Login() dsl to make it as stateless. but when I add the session creation policy as STATELESS , the oauth2 login is not workin...
Rajeev
Votes: 0
Answers: 1
Cannot prevent Multiple sessions for same user in spring security + redis
I am using spring security 5.6.0 with spring session data redis 2.6.0, spring boot 2.6.1.
I am trying to prevent concurrent logins for the same user. But it does not logs out the previous login instan...
Umang Desai
Votes: 0
Answers: 0
Spring security Oauth2 client modify authorization request going to Oauth server
I have use case where I need to add additional parameter(login hint)
to the authorize request. On researching I found that we can do this
by OAuth2AuthorizationRequestResolver. The problem I am faci...
Ashish
Votes: 0
Answers: 0