-
Add to this ticket all errors crossed during implementing the project
JoCls updated
3 months ago
-
Hello,
I wanted to try to utilize JWTs with the JdbcTokenStore. This worked fine and I was able to retrieve both my access token and refresh token using the password grant. Using the refresh_token g…
alani updated
4 years ago
-
-
I have a forbidden ressource error when I try to authenticate.
But registration work properly.
Need help plz.
-
Hello all,
I'm new at Spring and OAuth 2.0.
I'm trying to make a request using Postman to {server}/oauth/token, like:
`curl -X POST \
http://localhost:9999/auth/oauth/token \
-H 'Authoriz…
-
### Summary
Using with PreAuthenticatedGrantedAuthoritiesUserDetailsService there is a problem since "user details service" expects GrantedAuthoritiesContainer from the details attribute of the Pre…
-
#### Description:
To enable user account creation, login, and secure access, we need to set up a registration and login system with proper authorization and authentication mechanisms. This will allow…
-
Hi, @efenderbosch
When I'm using RedisTokenStore, the token get generated, but when I use the token to access the resource, I got the Exception "Principal must not be null".
With further investiga…
-
### 9 测试
这一章节讨论 Spring Security 支持的测试。
> 为了使用 Spring Security 的测试支持,你必须把 `spring-security-test-5.2.0.BUILD-SNAPSHOT.jar` 作为依赖。
#### 9.1 测试方法安全性
这一章节展示如何使用 Spring Security 的测试支持来测试基于方法的…
-
CBoard制作的dashboard图表如何与业务系统集成,用户登录业务系统,CBoard制作的dashboard图表作为业务系统的几个模块使用。