`
robinfung
  • 浏览: 57130 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

(learn) OAuth

 
阅读更多

two different kind of single-sign-on solutions: delegated and federated

分享到:
评论
发表评论

文章已被作者锁定,不允许评论。

相关推荐

    Oauth2.0 in Action

    OAuth 2 in Action teaches you the practical use and deployment of this ... You'll learn how to confidently and securely build and deploy OAuth on both the client and server sides. Foreword by

    oauth2.0高清英文版

    oauth2.0高清英文版 OAuth 2 in Action teaches you the practical use and ... You'll learn how to confidently and securely build and deploy OAuth on both the client and server sides. Foreword by Ian Glazer.

    SpringOAuth2Learn:学习Spring OAuth2

    SpringOAuth2Learn是一个用于学习Spring OAuth2框架的项目。OAuth2是一种开放标准授权协议,它允许第三方应用在用户授权的情况下,获取有限的访问权限,从而实现安全的数据共享。在这个项目中,我们将深入探讨如何...

    LearnSite1.0信息技术平台源文件

    7. **集成与互操作性**:LearnSite可能与其他系统(如学校信息系统、电子图书馆等)进行集成,这就涉及到API接口设计和数据交换标准,如RESTful API和OAuth2.0。 8. **用户体验与界面设计**:良好的用户体验是教学...

    OAuth 2 in Action

    OAuth 2 in Action teaches you the practical use and deployment of this ... You’ll learn how to confidently and securely build and deploy OAuth on both the client and server sides.

    Mastering OAuth 2.0 无水印pdf 0分

    Learn how to use the OAuth 2.0 protocol to interact with the world's most popular service providers, such as Facebook, Google, Instagram, Slack, Box, and more Master the finer details of this complex ...

    spring-security-oauth2.0:Spring Security OAUTH 2.0示例

    Spring安全OAuth 如果您已经是Learn Spring Security的学生,则可以开始使用Module 10,然后使用Module 12、13和即将推出的Module 17来更深入地研究OAuth2。 如果您还不是学生,则可以在这里访问该课程: : 建立项目...

    learn-spring:新增功能-“学习Spring Security OAuth”

    《深入学习Spring Security OAuth》 在现代Web应用中,安全是至关重要的,Spring Security作为Java领域最广泛应用的安全框架,提供了全面的身份验证和授权服务。OAuth2则是授权框架,允许第三方应用在用户授权的...

    Belajar-Oauth2

    Learn-Oauth2 使用的技术: 服务器端 : 弹簧靴 SpringMVC 弹簧数据 JPA Spring数据Redis Spring安全 Spring Security Oauth2 玛丽亚数据库 Redis 杰克逊 Tomcat8 Gradle 客户端 : 约曼 咕噜声 新产品...

    Learn.forge.viewhubmodels:Learn Forge教程:使用三足式OAuth查看您的BIM 360和Fusion模型。 在Nodejs和.NET中可用

    标题中的“Learn.forge.viewhubmodels”是一个学习Forge平台的教程,主要讲解如何利用三足式OAuth(Three-legged OAuth)来查看BIM 360和Fusion模型。这个教程适用于Node.js和.NET开发者,提供了在这两种环境中实现...

    Belajar-Spring-Oauth2

    Learn-Spring-Oauth2 这个应用程序是为了学习 Spring Oauth2 使用的技术: 弹簧靴 弹簧数据 JPA Spring安全 Spring Oauth2 玛丽亚数据库 杰克逊 格森 Tomcat8 Gradle 如何运行它: gradle clean build ...

    oauth:在一处为各种提供程序提供OAuth 2.0实现

    OAuth 一站式提供各种提供商的OAuth 2.0。 该项目包含适用于各种提供程序的OAuth 2.0实现,并可以帮助您了解以下OAuth 2.0流程: 显示平台对话框获取访问令牌使用令牌获取用户详细信息在此示例代码存储库中实现的...

    spring-boot-samples-master.zip

    在这个"spring-boot-samples-master.zip"压缩包中,我们找到了一个基于Spring Boot的简单示例,该示例集成了Spring Security和OAuth2.0授权登录机制。这个项目可以帮助开发者了解如何在实际应用中实现安全的OAuth2.0...

    java开源网站源码-JavaLearnSource:LearnJava在线学习网站的开源代码

    Oauth2 认证和授权框架 MyBatis ORM框架 mybatis增强,低代码 lucene 搜索 Redis 分布式缓存 Druid 数据库连接池 OSS 对象存储 JWT JWT登录支持 thymeleaf 模板引擎方案 arthas 性能监控 前端技术 技术 说明 官网 ...

    RESTful.Java.Web.Services.Security

    Learn how to use, configure, and set up tools for applications that use RESTful web services to prevent misuse of resources Get to know and fix the most common vulnerabilities of RESTful web services ...

    learn-programming-platform:学习编程平台

    这部分可能涉及到用户注册、登录验证、会话管理、OAuth2.0或JWT(JSON Web Tokens)等技术,用于确保用户身份的安全性和合法性。在现代Web应用中,安全的认证机制对于保护用户数据至关重要。 从压缩包文件名`learn-...

    learn:一个学习使用的综合项目。实现方案为spring cloud alibaba

    learn-shop-base-common 依赖learn-cloud-common,所有的learn-shop-admin-* 和learn-shop-core-* 都要依赖 learn-shop-base-pojo po和vo以及ex,所有的learn-shop-admin-* 和learn-shop-core-* 都要依赖 learn-shop...

    Spring: Microservices with Spring Boot

    You will then learn how to secure your microservice with Spring Security and OAuth2. You will deploy your app using a self-contained HTTP server and also learn to monitor a microservice with the help...

    mastering-spring-cloud2018

    learn how to use OAuth2 and JWT token to authorize requests coming to your API. Chapter 13, Testing Java Microservices, will describe different strategies of microservices testing. It will focus on ...

    learnnote

    如果项目支持云同步,那么还需要了解API接口设计和OAuth2等身份验证机制。 另外,考虑到学习笔记可能涉及到多人协作,项目可能包含了版本合并、冲突解决的机制,这部分知识涵盖了Git的协作流程。同时,如果提供了...

Global site tag (gtag.js) - Google Analytics