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 authenticate application using Twitter OAuth with Spring Security OAuth2 Client
I’m trying to authenticate users from Twitter using Spring Security OAuth2 Client. I have the following configuration:
spring:
security:
oauth2:
client:
registration:
twi...
cbender
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
Provider ID must be specified for client registration 'azure'?
When I upgrade to Spring Boot 2.6.6, the app shows error like this:
I have this dependencies on my pom.xml:
<dependencies>
<dependency>
<groupId>org.springframework....
Rini Antony
Votes: 0
Answers: 1
Spring webflux with jwt + csrf token
I need to implement CSRF protection to my backend. I am using the below configurations. But applications allow Post and Get requests without CSRF token.
@Slf4j
@EnableWebFluxSecurity
@EnableReactiveMe...
wthamira
Votes: 0
Answers: 1