简体   繁体   English

org.springframework.security.oauth2.provider.token.store.MongoDBTokenStore

[英]org.springframework.security.oauth2.provider.token.store.MongoDBTokenStore

Has anyone else encountered the need for a MongoDB implementation of the TokenStore? 有没有其他人遇到过对TokenStore的MongoDB实现的需求? Any words of advice from anyone that has encountered this? 有没有遇到过这种情况的人的建议?

My team's current project is a polyglot, we're moving more towards MongoDB. 我的团队目前的项目是一个多语言,我们正在向MongoDB发展。 The JDBCTokenStore (org.springframework.security.oauth2.provider.token.store.JdbcTokenStore) would be ideal out-of-the-box solution if we were to stay in an RDBMS but we're going schema-less for security. 如果我们要保留在RDBMS中,那么JDBCTokenStore(org.springframework.security.oauth2.provider.token.store.JdbcTokenStore)将是理想的开箱即用解决方案,但我们为了安全性而没有模式化。 I'm working on something quick and dirty, but would like to contribute something more solid to the community. 我正在做一些快速而又肮脏的事情,但我想为社区贡献更多可靠的东西。 Just wondering if anyone else is interested. 只是想知道是否有其他人感兴趣。

Thanks, Frank 谢谢,弗兰克

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Spring REST API修改“ oauth / token” org.springframework.security.oauth2.provider.endpoint TokenEndpoint以返回其他信息 - Spring REST API modifying “oauth/token” org.springframework.security.oauth2.provider.endpoint TokenEndpoint to return additional Info 使用Spring Security 3在我的Grails OAuth提供程序上存储访问令牌 - Store access token on my Grails OAuth provider using Spring Security 3 带有令牌存储的CXF自定义安全令牌提供程序 - CXF Custom Security Token provider with Token Store OAuth2:WebSecurityConfiguration 需要一个 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository' 类型的 bean - OAuth2: WebSecurityConfiguration required a bean of type 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository' ClassNotFoundException:org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration - ClassNotFoundException: org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration 找不到类型为“org.springframework.security.oauth2.client.registration.ClientRegistrationRepository”的 Bean。 - Spring 安全 - Bean of type 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository' that could not be found. - Spring Security <spring security>找不到“org.springframework.security.oauth2.client.registration.ClientRegistrationRepository”类型的 bean</spring> - <Spring Security> bean of type 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository' cannot be found 考虑在你的配置中定义一个 'org.springframework.security.oauth2.client.registration.ReactiveClientRegistrationRepository' 类型的 bean - Consider defining a bean of type 'org.springframework.security.oauth2.client.registration.ReactiveClientRegistrationRepository' in your configuration Oauth2 创建名为“org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration”的 bean 时出错 - Oauth2 Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration' 错误没有可用的“org.springframework.security.oauth2.jwt.JwtDecoder”类型的合格bean - ERROR No qualifying bean of type 'org.springframework.security.oauth2.jwt.JwtDecoder' available
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM