zoukankan
html css js c++ java
Identity Server 4 中文文档(v1.0.0) 目录
欢迎来到IdentityServer4
第一部分 简介
第1章 背景
第2章 术语
第3章 支持和规范
第4章 打包和构建
第5章 支持和咨询选项
第6章 演示服务器和测试
第7章 贡献
第二部分 快速入门
第8章 概述
第9章 使用客户端凭据保护API
第10章 使用密码保护API
第11章 使用OpenID Connect添加用户身份验证
第12章 添加对外部认证的支持
第13章 切换到混合流并添加API访问
第14章 添加JavaScript客户端
第15章 使用EntityFramework Core进行配置和操作数据
第16章 使用ASP.NET Core Identity
第17章 社区快速入门和模板
第三部分 主题
第18 章 启动
第19章 定义资源
第20章 定义客户端
第21章 登录
第22章 使用外部身份提供商登录
第23章 Windows身份验证
第24章 退出
第25章 退出外部身份提供商
第26章 联合注销
第27章 联合网关
第28章 确认(Consent)
第29章 保护API
第30章 部署
第31章 日志
第32章 事件
第33章 密码学(Cryptography),密钥(Keys)和HTTPS
第34章 授予类型
第35章 秘密(secrets)
第36章 扩展授权
第37章 资源所有者密码验证(Resource Owner Password Validation)
第38章 刷新令牌
第39章 引用令牌
第40章 自定义令牌请求验证和发布
第41章 CORS
第42章 发现(discovery)
第43章 添加更多API端点
第44章 添加新协议
第45章 工具
第四部分 端点
第46章 发现端点(Discovery Endpoint)
第47章 授权端点(Authorize Endpoint)
第48章 UserInfo端点(UserInfo Endpoint)
第49章 令牌端点(Token Endpoint)
第50章 设备授权端点(Device Authorization Endpoint)
第51章 内省端点(Introspection Endpoint)
第52章 撤销端点(Revocation Endpoint)
第53章 结束会话端点(End Session Endpoint)
第五部分 参考
第54章 身份资源
第55章 API资源
第56章 Client
第57章 GrantValidationResult
第58章 Profile Service
第59章 IdentityServer交互服务
第60章 设备流交互服务
第61章 IdentityServer Options
第62章 EntityFramework支持
第63章 ASP.NET Identity 支持
第六部分 其它
第64章 学习
第65章 博客帖子
第66章 视频
查看全文
相关阅读:
a
QR Code Error Correction
Beating JSON performance with Protobuf https://auth0.com/blog/beating-json-performance-with-protobuf/
公共错误码
风险识别系统-大数据智能风控管理平台-企业风控解决方案– 阿里云 https://www.aliyun.com/product/saf
python3 源码阅读-虚拟机运行原理
Crypto.getRandomValues()
Profile Guided Optimization Link Time Optimization
需要更多从文献资料中借鉴他人的方法与成果
RSA2对于所有商户都是单独一对一的,并且只支持开发平台密钥管理和沙箱
原文地址:https://www.cnblogs.com/thinksjay/p/10772420.html
最新文章
Android字节码优化工具redex初探
接口测试的覆盖率
401 403
How Load Balancing Policies Work
ip_hash(不推荐使用) 会话粘性问题分析 Cookie 的 Session Sticky
有状态(Stateful)应用的容器化
将请求分发至同一主机的不同端口(不考虑容器)
Enabling Session Persistence 粘性会话
回归测试_百度百科 https://baike.baidu.com/item/%E5%9B%9E%E5%BD%92%E6%B5%8B%E8%AF%95
【算法实战】动态规划
热门文章
如何在Redis中实现事务
Go Proverbs
Infrastructure as Code 行为驱动开发指南 https://www.ibm.com/developerworks/cn/devops/d-bbd-guide-iac/index.html
JMeter之Ramp-up Period(in seconds)说明
Update Node Using a Package Manager nodesource
# Functions are First-Class Citizens in Python 一等公民
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. data = yaml.load(file_data)
Any race is a bug. When there is a race, the compiler is free to do whatever it wants.
https://nginx.org/en/docs/http/request_processing.html
Linux 程序编译过程的来龙去脉
Copyright © 2011-2022 走看看