简体   繁体   English

使用java config创建spring-security-oauth2客户端的文档

[英]Documentation on creating a spring-security-oauth2 client using java config

has anyone seen a good documentation on integrating oauth2 with a spring security application using java config? 有没有人看过关于使用java config将oauth2与spring security应用程序集成的好文档?

I'm currently trying to add oauth using github as provider and all I can find are a lot of very specific examples. 我目前正在尝试使用github作为提供者来添加oauth,我所能找到的是很多非常具体的示例。 The official documentation unfortunately seems not to be very much up to date here. 不幸的是,这里的官方文档似乎不是很新。

Any pointers are welcome. 欢迎任何指针。 Links to good documentation as well as simple snippets if that's all it takes. 仅此而已,可以链接到优质的文档以及简单的摘录。

You'll find a lot of JavaConfig samples for all sorts of OAuth2 functionality in github repo for spring-security-oauth . spring-security-oauth的github存储库中,您会找到许多用于各种OAuth2功能的JavaConfig示例。 These are organized as tests but do demonstrate various features and functionality. 这些都是作为测试进行组织的,但确实演示了各种功能。

Also, here's the sparklr-boot example application with JavaConfig by Dave Syer. 另外,这是Dave Syer 编写的带有JavaConfig的sparklr-boot示例应用程序

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

相关问题 使用spring-security-oauth2的SSO:永远不会读取身份验证代码 - SSO using spring-security-oauth2 : Authentication Code never read 如何使用 redis 使用 spring-security-oauth2 来持久化令牌 - how to use redis to persist token using spring-security-oauth2 找不到用于ResourceServerTokenServices的Bean-Spring-Security-Oauth2 - No Bean for ResourceServerTokenServices found - Spring-Security-Oauth2 使用带有OpenID Connect提供程序的spring-security-oauth2客户端时,如何访问“id_token”和“refresh_token”? - How to access the “id_token” and “refresh_token” when using spring-security-oauth2 client with OpenID Connect provider? 了解spring-security-oauth2 @EnableAuthorizationServer - Understanding spring-security-oauth2 @EnableAuthorizationServer Spring-Security-OAuth2中的grant_type - grant_type in Spring-Security-OAuth2 Spring Security OAuth Java配置 - Spring Security OAuth Java Config spring-security-oauth2客户端获取授权码后需要再次进行身份验证(重新登录) - spring-security-oauth2 client need to authenticated(relogin) again after get authorization code 如何测试spring-security-oauth2资源服务器安全性? - How to test spring-security-oauth2 resource server security? 使用Java配置的Spring-Security OAuth2 StackOverflowError - Spring-Security OAuth2 StackOverflowError using Java config
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM