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章 视频
查看全文
相关阅读:
正则表达式转换python2的print为python3风格
译:Local Spectral Graph Convolution for Point Set Feature Learning-用于点集特征学习的局部谱图卷积
Objectbox Box的getAll() 函数返回emptylist() 未判断导致崩溃
关于定义顺序和内存分配的关系--记一道不严谨的C语言题
iRecognizer号码扫描开发实录
我的visual studio 配色方案 Rubik c++版
Opencv4android的Android Studio环境配置及项目实例下载
随便记录下
linux下在先安装32位qt 链接
python笔记
原文地址:https://www.cnblogs.com/thinksjay/p/10772420.html
最新文章
[教学案例]Asp.net Form 应用程序与Bootstrap.css等第三方库的结合使用-1
Sql字符串拆分问题及转换问题
可折叠界面代码收集
Asp.net Form 动态产生表格核心前后台代码
Python爬网常见方法:find及find_all的使用方法
[技术备案]SqlSever字符串行列转换
Android进阶
PopupWindow相关问题记录
Android编译期注解
Android Studio debug调试技巧记录
热门文章
Android项目中的assets和raw文件夹
Activity过渡动画
android:windowSoftInputMode
OkHttp3源码解析
Volley网络请求库
Intent详细记录
Android性能优化
PointCNN 论文翻译解析
CopyTranslator-复制即翻译的外文辅助阅读翻译解决方案
Torch.no_grad()影响MSE损失
Copyright © 2011-2022 走看看