摘要: IdentityServer里有各种Endpoint,如TokenEndpoint,UserInfoEndpoint,Authorize Endpoint,Discovery Endpoint等等。Endpoint从字面意思来看是“终端节点"或者“终节点”的意思。无独有偶NetCore的路由也有En 阅读全文
posted @ 2022-08-09 18:26 王三丰 阅读(707) 评论(0) 推荐(1) 编辑
摘要: 在使用Identity Server作Identity Provider的时候,我们在NetCore的ConfigureServices((IServiceCollection services))方法中,常需要指定options的Authority,如下代码所示: public void Conf 阅读全文
posted @ 2022-07-22 14:03 王三丰 阅读(411) 评论(0) 推荐(0) 编辑