腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(2086)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
IdentityServer4
IdentityServer4
3.
我配置了一个
IdentityServer4
,我可以成功地调用ASP.net Core。
浏览 2
修改于2017-01-04
得票数 8
回答已采纳
1
回答
IdentityServer4
问题
我正在使用
IdentityServer4
创建一个web安全性。我通过在控制台管理器中键入以下语法来安装
identityserver4
包: Install-Package
IdentityServer4
-Pre。它安装成功。现在我不能在我的项目中引用它。Microsoft.AspNet.Server.IIS": "1.0.0-beta5",
浏览 0
提问于2016-09-28
得票数 0
1
回答
identityserver4
如何访问由
identityserver4
颁发者保护的外部web api
我有一个由
identityserver4
保护的web应用程序接口。我需要使用client_credentials授权类型从
identityserver4
访问此web api。
identityserver4
如何在内部生成令牌,以调用由同一
identityserver4
颁发者保护的web?
浏览 12
提问于2017-08-16
得票数 0
回答已采纳
1
回答
IdentityServer4
体系结构
我已经将我的asp.net核心应用程序与
identityserver4
集成,并成功地对用户进行身份验证和授权,我的体系结构如下:我需要做用户管理方面的工作--我被困在两个场景中 1-从客户端MVC应用程序中创建2-允许客户端MVC应用程序使用
identityserver4
访问身份数据库并直接进行用户管理。那么,什么是最好的体系结
浏览 0
提问于2020-01-05
得票数 0
回答已采纳
2
回答
IdentityServer4
IExtensionGrantValidator
我有一个基本的
IdentityServer4
令牌服务器、一个Api和一个基于client_credentials文档教程的使用client_credentials的测试客户端应用程序设置。我们有一个预先构建好的客户端应用程序,用户可以用他们现有的凭据登录到这个应用程序中,这并不绑定到
IdentityServer4
中。使用上面使用
IdentityServer4
的设置,我可以正确地处理client_Credentials工作流。GrantType.ClientCredentials, "custom_credentials&
浏览 5
提问于2017-10-12
得票数 3
回答已采纳
3
回答
IdentityServer4
-如何实现模拟
我目前正在使用
IdentityServer4
、隐式流和OIDC客户端。 到目前为止发现的资源。鉴于在线资源有限,对于如何使用
IdentityServer4
实现模拟,有什么建议吗?
浏览 7
修改于2017-08-31
得票数 14
1
回答
IdentityServer4
密码授予
我已经站了一个
identityserver4
实例、一个API项目和一个UI。
IdentityServer4
返回一个令牌。
浏览 4
提问于2016-10-17
得票数 2
6
回答
IdentityServer4
PostLogoutRedirectUri
我搞不懂这是怎么用的。当我将IdentityServer的AccountOptions.cs属性AutomaticRedirectAfterSignOut设置为true时,自动重定向无法工作。此外,在注销期间,我不接收客户端的PostLogoutRedirectUri。
浏览 0
提问于2018-03-05
得票数 19
回答已采纳
1
回答
Identityserver4
和组管理
背景我想升级我的应用程序以支持用户组。我的应用程序上的每个用户都可以是零个或多个组的一部分。问题谢谢!
浏览 1
提问于2021-06-02
得票数 0
2
回答
在
IdentityServer4
中使用哪个
IdentityServer4
?
我使用IdentityServer 4与ASP.NET核心1.1和角2。
浏览 1
修改于2017-05-14
得票数 0
回答已采纳
6
回答
发布运行
IdentityServer4
我正在学习
IdentityServer4
,但它的工作似乎有问题。即或 using
IdentityServer4
;
浏览 6
修改于2017-03-17
得票数 15
回答已采纳
2
回答
IdentityServer4
注销
我从github下载了
IdentityServer4
的源代码,并在Models文件夹中找到了参数: LogoutRequest.cs,ShowSignOutPrompt。
浏览 6
修改于2018-03-06
得票数 4
回答已采纳
1
回答
IdentityServer4
ValidIssuers
是否有任何方法可以告诉
IdentityServer4
4的身份验证系统允许多个颁发者对令牌进行访问?
浏览 0
修改于2018-04-20
得票数 7
1
回答
IdentityServer4
是否提供身份代理?
IdentityServer4
有这样的东西吗?
IdentityServer4
的一个看似有用的特性是外部身份提供者集成(),但是没有可用的文档,或者说看起来是这样。任何帮助都将不胜感激,因为我们现在正处于十字路口,需要决定
IdentityServer4
是否要满足我们所有的用例。
浏览 1
提问于2017-03-23
得票数 2
2
回答
用
IdentityServer4
保护WebAPI2.2
我有WebAPI2.2,它使用了.Net 4.5.2框架,angular2应用程序正在使用该框架,并且有现有的
IdentityServer4
实现。我想使用
IdentityServer4
保护我的Web。我的问题是,我是否可以使用
IdentityServer4
保护WebAPI2.2?我可以找到许多使用
IdentityServer4
来保护ASP.Net Core的例子。但是,无法找到使用
IdentityServer4
保护WebAPI2.2的好例子。
浏览 6
修改于2016-12-20
得票数 12
回答已采纳
1
回答
IdentityServer4
添加IdentityClaim
在config.cs的
IdentityServer4
示例中,您有添加Client, IdentityResources, etc的代码,我想知道如何添加IdentityClaims。
浏览 6
提问于2019-03-17
得票数 0
3
回答
Identityserver4
ldap场景
我计划在LDAP场景中使用
identityserver4
。这是否是一种可能和合理的尝试?
浏览 1
修改于2016-12-16
得票数 4
回答已采纳
1
回答
IdentityServer4
OIDC请求对象支持
IdentityServer4
文档没有提到它,请参阅。 问:
IdentityServer4
支持这个参数吗?如果不是,最好的方法是扩展
IdentityServer4
以支持它(例如,哪个类应该被覆盖,等等)?
浏览 0
修改于2020-06-20
得票数 0
回答已采纳
1
回答
作为
IdentityServer4
的观众
我的组织使用
IdentityServer4
作为单点登录提供程序来进行比勒身份验证.我找到了与OWIN一起工作的NuGet包IdghtyServer3.AccessTokenVal环流。
浏览 3
提问于2018-01-02
得票数 3
回答已采纳
1
回答
IdentityServer4
- RefreshToken过期
如果客户端在指定的时间内不活动,有没有办法使用
IdentityServer4
实现以下流程-他应该不能刷新他的令牌。
浏览 37
提问于2020-06-16
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券