oidc-client
原文地址:Home IdentityModel/oidc-client-js Wiki GitHubOpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications - Home IdentityModel/oidc-client-js Wikihttps://github.com/IdentityModel/oidc-clien…
写在前面
本文来一起看下OIDC(openid connect)相关内容。
1:什么是OIDC
OIDC的全称是openid connect,和OAuth2.0一样,也是属于协议和规范的范畴。OAuth2.0是一种授权协议,即规定了what you can do的内容…
1 什么是OIDC? 看一下官方的介绍(http://openid.net/connect/): OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. It allows Clients to verify the identity of the End-User based on the authentication performed by an Authorizati…
VRF
VRF(Virtual Routing and Forwarding)虚拟路由转发,是一种网络虚拟化技术,用于在同一物理网络设备上创建多个虚拟路由表,每个虚拟路由表都是相互独立的,就像是在同一设备上运行了多个独立的路由器一样…