-
### Summary
I have a Spring MVC controller where I save the post information associated with the currently authenticated user. This current user is obtained by using the @AuthenticationPrincipal a…
-
Hi, is there a way to join Spring security Authentication?
There is an example inside doc about MetaData Customization where you place an implementation example
import org.audit4j.core.MetaData;
publi…
-
We use a `WebSecurityConfigurerAdapter` to configure X509 authentication. This worked well until we tried to initialize the `X509Configurere` with a custom `X509AuthenticationFilter`:
``` java
pub…
-
**[Silvestre Losada](https://jira.spring.io/secure/ViewProfile.jspa?name=silvestrelosada)** opened **[DATAGRAPH-906](https://jira.spring.io/browse/DATAGRAPH-906?redirect=false)** and commented
I have…
-
##### **Overview of the issue**
This is a issue for my self. Our current gateway fails to start, when configured using UAA.
Failing cause is:
```
Failed to instantiate [javax.servlet.Fil…
xetys updated
7 years ago
-
[Greg Turnquist](https://jira.spring.io/secure/ViewProfile.jspa?name=gregturn) (Migrated from [SEC-2758](https://jira.spring.io/browse/SEC-2758?redirect=false)) said:
# Updated Description
Spring Sec…
-
Hello,
I found an issue with latest spring-boot 1.4.1 which works perfectly fine with spring-boot 1.3.8. Before I explain here's a sample repository that demonstrates the problem:
https://github.com…
-
Question
I want do to , one people has login in, the other people want login the same account again, the user that has already authenticated will be forcibly logged out.
that my code below
`…
-
I have system that does not connect user directly to roles. User can have multiple employments and in each employment unit he has different roles.
Now it is easy in UserDetailsService to specify u…
-
##### **Overview of the issue**
Spring Boot app created by jHipster with OAuth2 auth doesn't run out of the box, and fails with an unintuitive exception.
##### **Motivation for or Use Case**
…