腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
使用
identityserver4
保护
多个应用程序
、
我只想使用一个
identityserver4
应用程序来
保护
我的所有API。HumanResource.MVCApplication 我只想创建一个
IdentityServer4
并
保护
我的reousrces (DashboardApi、HumanResourceApi、CustomerManagementApi),我希望将客户端应用程序保存在相同的
IdentityServer4<
浏览 1
提问于2018-04-02
得票数 1
回答已采纳
1
回答
identityserver4
如何
保护
ApiResources
?
、
在
Identityserver4
中,可以将以下代码放在apiresource上 .AddIdentityServerAuthentication(options =>options.RequireHttpsMetadata = true; }); 但它似乎没有受到
保护
浏览 14
提问于2019-03-31
得票数 0
回答已采纳
3
回答
没有为
IdentityServer4
4的引用令牌的客户端配置共享机密
profileIdentityResource} { apiResource.UserClaims = new[] "age"
apiResources
.Add(api
浏览 1
提问于2019-03-25
得票数 1
回答已采纳
1
回答
IdentityServer4
添加IdentityClaim
在config.cs的
IdentityServer4
示例中,您有添加Client, IdentityResources, etc的代码,我想知道
如何
添加IdentityClaims。因为只有find选项才能添加客户端、IdentityResources、
ApiResources
。谁能给我指个正确的方向。谢谢
浏览 6
提问于2019-03-17
得票数 0
2
回答
用
IdentityServer4
重定向时的错误
、
、
、
、
在客户端进行身份验证后,我会得到以下错误: Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler52消息包含错误:'(null)',error_description:'error_description为nu
浏览 6
提问于2020-09-05
得票数 0
1
回答
IdentityServer4
-
如何
从另一个ApiResource调用一个ApiResource
、
、
、
、
我有一个spa应用程序设置,它使用
IdentityServer4
与OpenId连接的混合授权流进行
保护
。此spa应用程序能够以登录用户的身份调用多个
ApiResources
,方法是通过这对于多个
ApiResources
非常有用。
如何
使用登录用户的令牌从ApiResource1打电话到ApiResource2? 也许更好的提问方式是,
如何
从acc
浏览 0
提问于2018-07-31
得票数 2
回答已采纳
1
回答
IdentityServer4
ResourceStore - IdentityResource vs ApiResource
我正在尝试将
IdentityServer4
设置为使用我自己的(mongodb)数据库,而不是文档中显示的内存中的示例。, ClientStore>();在我的数据库中,我创建了4个集合:"
ApiResources
在
ApiResources
中,我定义了我要
保护
的应用程序接口: "Name" : "MyAPI",
浏览 0
提问于2017-05-22
得票数 0
1
回答
更改
IdentityServer4
实体框架表名
、
、
、
、
我试图更改PersistedGrantDb和ConfigurationDb为
IdentityServer4
创建的默认表名,并让Entity生成正确的
IdentityServer4
。例如,与使用使用表IdentityServer4.EntityFramework.Entities.ApiResource的实体
ApiResources
不同,我希望将数据映射到名为mytesttable问题是,这确实创建了一个表mytesttable,但是实体框架在运行时创建的SQL仍然在查询中使用
ApiResources
,因此失败了。但是,当我
浏览 2
提问于2018-07-23
得票数 4
回答已采纳
1
回答
错误:在存储中找不到范围IdentityServerApi
、
在尝试将路由添加到用
IdentityServer4
构建的项目中的其他端点时,我遇到了以下问题: Error: Scope IdentityServerApi not found in store.
浏览 16
提问于2022-04-26
得票数 1
1
回答
identityserver4
如何
访问由
identityserver4
颁发者
保护
的外部web api
我有一个由
identityserver4
保护
的web应用程序接口。我需要使用client_credentials授权类型从
identityserver4
访问此web api。
identityserver4
如何
在内部生成令牌,以调用由同一
identityserver4
颁发者
保护
的web?
浏览 12
提问于2017-08-16
得票数 0
回答已采纳
1
回答
在ASP.NET 3.1中,Identity Server4中的
ApiResources
配置位于何处?
按照ASP.NET核心2.2教程搭建Identity Server4内存项目模板,请访问appsettings.json了解
ApiResources
配置。"
ApiResources
": [ "Name": "movie.api", "但是,我在那里找不到
ApiResources
。
如何
在Confi
浏览 36
提问于2020-07-27
得票数 0
回答已采纳
2
回答
如何
使用我的IdentityServer自身的身份验证和授权?
、
、
、
、
我有一个名为MyApi的Api,我使用另一个带有
Identityserver4
的asp.net核心应用程序来
保护
MyApi,现在在MyApi中我没有任何问题,但是,我想保存我的用户的NationalCode现在我在
IdentityServer4
项目中遇到了这个问题,所以如果我要为我的
IdentityServer4
项目使用新的令牌,我需要让
浏览 4
提问于2020-04-21
得票数 1
回答已采纳
1
回答
OAuth和OpenID在索赔和访问方面的混淆
、
、
、
、
我检查
如何
使用
IdentityServer4
,因为我已经听说了很多。我试图澄清我的概念,但我感到困惑:
ApiResources
和IdentityResources有什么区别? ApiClaims,ApiScopeClaim和IdentityClaims有什么区别?
浏览 1
提问于2017-10-31
得票数 1
1
回答
EFCore Include函数适用于Get端点,但不适用于Put端点
嗨,我最近正在使用
IdentityServer4
和EFCore 3.1.0,下面两段代码有一个非常奇怪的问题。谢谢 [Authorize][ApiController] { ApiResource apiResource = _configurationDbContex
浏览 10
提问于2020-04-26
得票数 0
回答已采纳
2
回答
客户端应用程序
如何
使用从访问令牌中提取的范围和资源来限制API -
identityserver4
的访问。
、
、
、
、
我可以看到许多描述
如何
使用
identityserver4
的链接。主机应用程序:使用clientId、APIScopes、
APIResources
、IdentityResources配置客户端,将客户端详细信息传递给
identityserver4
在获得访问令牌后,我没有找到任何描述
如何
使用客
浏览 3
提问于2021-03-05
得票数 0
回答已采纳
1
回答
IdentityServer4
{“错误”:“invalid_client”}
、
、
我使用的是
IdentityServer4
(3.0.2.0版),并面临着没有客户端id问题。准确的错误是Startup.cs of
IdentityServer4
项目 .AddDeveloperSigningCredentialAddInMemoryCaching() .AddInMemoryApiResources(Configuration.GetSection(&q
浏览 0
提问于2020-04-12
得票数 0
回答已采纳
3
回答
为什么我在
IdentityServer4
4的同意屏幕上看到重复的Scopes?
我正在编写一个
IdentityServer4
实现,并使用描述的Quickstart项目。
浏览 0
提问于2017-04-14
得票数 0
回答已采纳
1
回答
如何
保护
IdentityServer4
调用的Web
、
在
IdentityServer4
中的登录操作中,我多次调用Web。同样适用于密码重置操作,这是我添加到
IdentityServer4
项目的自定义代码。那么,当用户尚未通过OIDC进行身份验证时,我应该
如何
保护
我的ASP.NET核心Web,这意味着在那个阶段也不存在任何访问令牌。我只允许
IdentityServer4
调用这些Web方法,而不是运行不受
保护
的Web。 有什么建议吗?
浏览 0
提问于2017-09-06
得票数 1
回答已采纳
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-07
得票数 12
回答已采纳
1
回答
用于验证
IdentityServer4
访问令牌的身份验证服务器
我们使用
IdentityServer4
("")来
保护
我们的API,实际上我们有多个API,我们想用
IdentityServer4
来
保护
这些API(即通过生成访问令牌),但是我们有关于验证访问令牌的问题,我们需要为验证
IdentityServer4
的访问令牌创建单独的身份验证服务器吗?
浏览 1
提问于2018-02-27
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券