英文: Sharing Keycloak users database with Spring Boot resource server 问题 I would like to use Keycloak...
OIDC 是否有标准来修改和添加用户登录时的操作步骤?
英文: Is there a standard for OIDC to modify and add actions to the user journey when it logs in? 问题 I...
无法查看与Keycloak集成的Spring Boot应用程序中的访问令牌和刷新令牌。
英文: Unable to view Access Token and Refresh token in Spring Boot application integrated with Keycloa...
OAuth流程适用于移动应用程序的Kiosk模式。
英文: OAuth flow for Kiosk mobile application 问题 你可以在Kiosk应用中使用OAuth的哪种流程,其中最终用户不需要登录? 用户只需要提供2个信息:优惠券...
“spring-authorization-server”是否适合用于连接到企业提供的现有OIDC服务器?
英文: Is spring-authorization-server a suitable tool for connecting to an existing OIDC server provide...
如何使用客户端凭据流将用户安全主体传递给后端REST API?
英文: How to pass user Security Principal to backend REST APIs with using Client Credentials Flow? 问题 ...
I get http://localhost:3000/api/auth/error?error=AccessDenied in my NextJs application using google signin. Why?
英文: I get http://localhost:3000/api/auth/error?error=AccessDenied in my NextJs application using goo...
可以将访问令牌缓存到资源服务器上(短时间内),即使它可能会过期。
英文: Is it generally possible to cache an access token on a resource server (for a short time), even ...
“code”参数是否应该从OAuth2流程的日志中过滤掉?
英文: Should the "code" parameter be filtered out of the logs in the oauth2 flow? 问题 我正在实施基于...
自定义JWT令牌以在Spring授权服务器1.0.0中添加userId。
英文: Customize JWT token to add userId in Spring authorization server 1.0.0 问题 我是新手,对于Spring Security...
16