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)
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
Introspect call to Authorization server from Resource Server fails after second successive calls
Introspect is failing after 2 successive attempts.
Error : Introspect endpoint response was invalid,as content-type 'text/html' is not compatible with JSON at org.springframework.security.oauth.server...
Aparna S
Votes: 0
Answers: 0
Supporting concurrent full-stack MVC (session) authentication as well as stateless JWT authentication in Spring Authorization Server (0.2.3+)
When creating an Authorization server, I have a relatively simple AS. It supports:
User Registration (WebMVC)
FormLogin (WebMVC)
Forgot Password (WebMVC)
Managing RegisteredClient (WebMVC) - a place ...
JPeterson
Votes: 0
Answers: 1
Extracting Principal data using ReactiveSecurityContextHolder
I have a Spring webflux microservice, with working OAuth authentication in place.
I can access the Principal using the @AuthenticationPrincipal annotation in the controller method parameters:
@GetMapp...
CptWasp
Votes: 0
Answers: 0