-
Hello MifosX
I installed mifos for the first time, i thought i have done it correctly since i can now access both the community-app and the api-doc, but there are some problems i tried the URL for th…
-
I'm using Spring Boot 1.4.1.
I have a OAuth Resource Server (Stateless REST Service).
I'm using UserDetailsService which calls another OAuth REST Service (and needs to propagate the accessToken)…
-
### Summary
After upgrading from Spring Boot 1.3.8 to Spring Boot 1.4.4 I get a `NullPointerException` in `AbstractRememberMeServices` because the logger isn't instantiated successfully.
### Act…
fabwu updated
7 years ago
-
Sometimes (30-40%) in dev just after app startup all application become frozen during loading js-css. Every time in dead lock happens WeakHashMap
> "http-nio-8080-exec-5@14185" daemon prio=5 tid=0x…
-
我看到用 向服务器请求令牌时:
curl http://localhost:8080/oauth/token -X POST -u client:fucksecurity -d "grant_type=password&username=shawn&password=fucksecurity"
服务器UserDetailsService的loadUserByUsername中只根据用户名从…
-
Hi,
When javascript manager client app calls `api/*` it responses with 401. However user is fully authenticated (via pre-authentication with Apache) and has proper roles.
Request: `GET /fed/oidc/ap…
-
Hi,
I hope I can ask here for help with my problem. If not please refer me to correct place. And sorry for mistakes my English is not as good :)
I have server-webapp deployed on tomcat witch runs on …
-
whenever I try to login it throws this exception (org.springframework.security.authentication.InternalAuthenticationServiceException), and I don't know why.
-
I have been using jhipster v3.1.0 in production mode for my internal system and I am stuck with this particular problem that whenever any user's session expires they are thrown a cookie-theft exceptio…
-
### Summary
trying spring cloud security oauth2, but found dead loop and finally caused stack overflow;
```
@Override
@Bean
public AuthenticationManager authenticationManagerBean() th…