-
Hello,
with https://github.com/spring-projects/spring-security-oauth/commit/20903ff56bbea896c7f2709f61dc6cf1c5b6b8ef (#212), a synchronized block has been introduced in
https://github.com/spring…
-
启动会报循环依赖错误
```
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycl…
-
Related to https://github.com/spring-projects/spring-security/issues/5200 and https://github.com/spring-projects/spring-security/pull/6352#discussion_r247270792
The OAuth 2.0 Introspection Response…
-
Because SC Gateway is based on Spring WebFlux, but our connectors depend on Spring Security for OAuth (S2OAuth), which depends on Spring MVC, it has been found that SCS client apps are not compatible …
-
https://github.com/spring-projects/spring-security-oauth/blob/bbae0027eceb2c74a21ac26bbc86142dc732ffbe/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/provider/password/Resour…
-
I am using spring boot with parent
```
org.springframework.boot
spring-boot-starter-parent
2.0.0.M7
```
I want to include spring security in my project . Hence I inc…
-
Hello, I upgraded to spring boot 2.0.2 from 1.5.15 and started getting the below exception even though it did found the user.
Dependency:
compile 'org.springframework.boot:spring-boot-starter-se…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Currently, D…
-
As we all know, the [spring-security-oauth2][1] project is marked as deprecated.
In the [migration guide][2], the Spring team recommends a switch to [spring-security.OAuth][3].
While this migrati…
-
I'm using
- Spring Session Mongo 1.3.1.RELEASE
- Spring Security OAuth 2.0.13.RELEASE
I have the issue only with *JacksonMongoSessionConverter*, not with JdkMongoSessionConverter.
I use the…