Identity Server3 教程目录

本教程是对Identity Sever3的一个详尽介绍,本文是目录,课题通过点击超链接到你想了解的部分。

概述(overview)

  • 整体架构 (the big picture)
  • 主要功能 (high level features)
  • 术语 (Terminology)
  • 功能和规格说明 (Features and Specs)
  • 程序包 (packaging)
  • 入门教程:创建简单的授权服务器,客户端和API (Getting Started: Creating the simplest OAuth2 Authorization Server, Client and API)
  • 入门教程: MVC 认证和WebAPI (Getting Started: MVC Authentication & Web APIs)
  • 入门教程: JS认证和WebAPI(Getting Started: JS Authentication & Web APIs)

配置 (Configuration)

  • 概要 (overview)
  • 选项 (Options)
  • 服务工厂 (Service Factory)
  • 内存服务和存储 (In-Memory Services and Stores)
  • 客户端 (Clients)
  • 作用域和声明 (Scopes and Claims)
  • 密钥 (secrets)
  • 钥,签名和加密 (key, signature and Cryptography)
  • 认证选项 (Authentication options)
  • 身份提供者 (Identity Providers)
  • HSTS
  • 跨域 (CORS)
  • 日志 (Logging)
  • 事件 (Event)

端点(Endpoints)

  • 授权和认证(Authorization/Authentication)
  • 令牌(Token)
  • 用户信息(UserInfo)
  • 发现(Discovery)
  • 登出(Logout)
  • 令牌撤销(Token Revocation)
  • 令牌自检(Token Introspection)
  • 访问令牌验证(Access Token Validation)
  • 身份令牌验证(Identity Token Validation)
  • csp错误报告(CSP Error Report)

高级(Advanced)

  • 更新令牌(Refresh Tokens)
  • 注册服务(Registering Services)
  • 服务注入 (DI for Services)
  • 客户端,作用域及用户缓存(Caching for client, scope, and user stores)
  • 定制视图(Customizing Views)
  • 本地化消息(Localizing messages)
  • CSP
  • 用户服务(User Service)
  • OWIN环境扩展方法(OWIN environment extension methods)
  • 部署(Deployment)
  • X.590认证客户端 (Authenticating Clients with X.509 Certificates)
  • 自定义授权类型(Custom Grant Types)
  • 注销(Signout)
    • 会话管理(Session Management)
    • 基于HTTP登出(HTTP based logout)
  • 联合注销(Federated Signout)
  • 联合注销后重定向(Federated post-logout redirects)
  • 注销当前有效登陆(Invalidating existing login sessions)

使用令牌(Consuming Tokens)

  • Katana访问令牌验证中间件(The Katana Access Token Validation Middleware)
  • 选项(Options)
  • 诊断(Diagnostics)

客户端,作用域及操作数据的(EF支持 Entity Framework support for Clients, Scopes, and Operational Data)

  • 概要(Overview)
  • 客户端和作用域(Clients and Scopes)
  • 操作数据(Operational Data)
  • 架构改变和移植(Schema Changes and Migrations)
    • 从1.x移植到2.0 (Migrating from 1.x to 2.0)
    • 移植到SQL Azure (Using Entity Framework migrations with SQL Azure)

WS-联合 (WS-Federation)

  • 概要(Overview)
  • 选项(Options)
  • 服务工程(Service Factory)
  • 依赖项(Relying Parties)
  • 端点(Endpoints)
  • Entity Framework

拥有证明 (Proof of Possession)

  • 概要 (Overview)
  • 申请PoP令牌 (Requesting PoP Tokens)
  • 使用PoP令牌 (Consuming PoP Tokens)

资源 (Resources)

  • 概要(Overview)
  • 社区插件 (Community Add-ons)
  • 第三方认证中间件 (Middleware for external Authentication)

你可能感兴趣的:(Identity Server3 教程目录)