腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
如
何在
IdentityServer4
中
使用
MVC4
客户端
?
asp.net-mvc
、
openid
、
identityserver4
有谁知道如何让
MVC4
客户端
应用程序
使用
identityserver4
作为身份验证提供者?我的
Id
浏览 17
提问于2018-07-22
得票数 3
1
回答
将
IdentityServer4
连接到FoxID
identityserver4
、
openid-connect
、
foxids
我需要将现有的
IdentityServer4
连接到FoxIDs租户。如何将
IdentityServer4
配置为FoxID上行方?
浏览 12
提问于2021-03-12
得票数 0
回答已采纳
1
回答
带登录步长和MFA的
identityServer4
identityserver4
、
identityserver3
、
two-factor-authentication
、
multi-factor-authentication
这意味着用户可以
使用
简单的用户名和密码登录应用程序,从而获得网站上的一些只读访问权限以及后面的API。
identityserver4
是否可以从盒子里支持这个szenario?还是我需要自己来实现呢?
浏览 1
提问于2019-03-14
得票数 4
回答已采纳
2
回答
在
IdentityServer4
中
编辑
客户端
identityserver4
示例和种子数据显示了在Startup
中
创建新
客户端
。在创建
客户端
的情况下,这是很好的。是否有任何现有的方法或规定来更新
客户端
。Update还涉及到跟踪
客户端
内收集字段
中
的现有记录。考虑到记录已经在数据库
中
可用,在更新期间如何将实体从IdentityServer4.Model映射到IdentityServer4.EntityFramework.Entities?
浏览 1
提问于2017-06-25
得票数 2
3
回答
在ASP.NET MVC 4
中
将jQuery 1.8.3更新到jQuery 1.9.0
jquery
、
asp.net
、
asp.net-mvc
、
asp.net-mvc-4
我们
使用
ASP.NET
MVC4
,我将我们的项目更新为
使用
jQuery 1.8.3
中
的jQuery 1.9.0,但现在不能
使用
客户端
脚本,
如
jQuery验证、jquery unobtrusive ajax根据的说法,我们必须在我们的MVC项目中
使用
.we use Bundling,但是当我
使用
这个插件时,jQuery.migrateWarnings在控制台中不可用!我的问题是: 我们如
何在
启用捆绑的ASP.NET <
浏览 2
提问于2013-01-19
得票数 4
1
回答
如何将
IdentityServer4
设置为外部标识提供程序
c#
、
asp.net-core
、
identityserver4
关于如何添加外部身份提供者,
如
Google、Facebook、Microsoft等,有很多信息和文档可供
使用
。
IdentityServer4
是否支持作为另一个OpenID连接服务器(可能是另一个
IdentityServer4
实例)的外部身份提供者? 如果是的话,你是怎么安排的?如果我的
IdentityServer4
实例(实例A)充当另一个
IdentityServer4
实例(实例B)的外部提供者,那么我需要在实例A(例如B )上设置什么样的
客户端
?
浏览 3
提问于2021-02-18
得票数 0
1
回答
如
何在
外部库
中
创建ConfigurationDbContext实例?
identityserver4
如
何在
外部库
中
创建ConfigurationDbContext实例来动态添加
客户端
?实际上,我们
使用
带有
IdentityServer4
的EntityFrameworkCore来存储配置数据。
浏览 0
提问于2018-02-12
得票数 0
1
回答
基于范围/角色的Azure AD B2C授权支持
azure
、
authentication
、
azure-active-directory
、
authorization
我们希望在API
中
实现授权。我们已经在
IdentityServer4
中
设置了基于范围的授权,在这里我们用不同的策略来装饰端点。
使用
IdentityServer4
,我们能够实现这一点,因为
IdentityServer4
令牌在所有授予类型中都有作用域声明,但是
使用
Azure,我们发现不能在用
客户端
凭据流生成的令牌
中
具有范围声明。 在我们的例子
中
,Web也暴露
浏览 6
提问于2022-05-19
得票数 0
2
回答
如何动态加载
客户端
(而不是用户)的IdentityServer声明?
identityserver4
、
claims-authentication
我想知道是否/如
何在
IdentityServer4
下动态加载
客户端
(而不是用户)的声明。对于我的MVC
客户端
应用程序,我可以
使用
IdentityServer4
4的动态地为用户加载声明,这是很好的工作。但是,我需要对我的服务器到服务器
客户端
应用程序(客户机凭据授予类型)进行同样的处理,而IProfileService API函数似乎没有涵盖这些应用程序。这能办到吗?如果是,现在?
浏览 7
提问于2022-01-06
得票数 0
回答已采纳
1
回答
OAuth流用于IONIC2应用程序和标识Server4
asp.net-web-api
、
oauth
、
.net-core
、
identityserver4
在过去的一天半时间里,我一直在研究oauth 2和
IdentityServer4
,可以说,我认为在这个场景中
使用
的首选方法是hybrid flow。在过去,似乎是implicit,因为移动
客户端
无法保护secret。然后它似乎变成了authorization flow没有一个秘密..。(不知道这将如何运作) 我对离子框架和其他跨平台框架的理解是,它们是通过将应用程序嵌入到web view
中
来工作的,因此这就是我的困惑所在。从技术上讲,native应用程序推荐
使用
混合流,而离子型应用程序并不允许您构建nat
浏览 1
提问于2017-02-08
得票数 7
1
回答
与
IdentityServer4
相关的隐式流程/授权类型概述或图表
oauth-2.0
、
openid-connect
、
identityserver4
、
implicit-flow
我正在学习用
IdentityServer4
实现隐式流。我有一个
使用
MVC的工作演示。如果我合并了grant_type和flow is,因为这个安全性对我来说是新的:)
浏览 17
提问于2017-02-04
得票数 0
回答已采纳
3
回答
在数据库
中
存储RsaSecurityKey
c#
、
postgresql
、
asp.net-core
、
rsa
、
identityserver4
如
何在
关系数据库(
如
Postgres)
中
存储RsaSecurityKey 类的对象?我必须(第一次)创建RsaSecurityKey并将密钥存储在数据库
中
,然后在Identity Server中
使用
它(
使用
IdentityServer4
库)对JWT令牌进行签名。
浏览 3
提问于2018-01-04
得票数 2
1
回答
从
MVC4
到.Net核心应用程序的单点登录
asp.net-core
、
asp.net-mvc-4
、
.net-core
、
asp.net-identity
我们正在尝试实现单点登录,从
MVC4
应用程序到.Net核心应用程序,跨越多个域。从
MVC4
到
MVC4
,它可以很好地与MachinKey一起工作,但不能与.Net核心一起工作。在
MVC4
和.Net核心应用
中
,如何实现单点登录与所有其他应用共享相同的身份验证?
浏览 29
提问于2021-11-22
得票数 0
0
回答
具有可选外部ADFS的
IdentityServer4
,适用于某些
客户端
配置
asp.net-core
、
single-sign-on
、
adfs
、
identityserver4
、
ws-federation
因此,我们在web应用程序中
使用
了
IdentityServer4
,一切都很好。我们有一个来自
客户端
的新需求,允许他们
使用
WsFederations通过他们的ADFS系统执行单点登录,我们已经为我们的另一个还没有绑定到
IdentityServer4
的旧web应用程序提供了这一点。理想情况下,我们希望将WsFedereration绑定到
IdentityServer4
中
,这样它就在一个地方。是否有人知道是否可以
使用
IdentityServer4</e
浏览 5
提问于2017-06-07
得票数 0
1
回答
如何访问
IdentityServer4
授权的MVC API
authentication
、
asp.net-mvc-5
、
access-token
、
identityserver4
、
openid-connect
在Owin中间件启动类
中
,我添加了OIDC身份验证,其中响应类型为"code id_token“。有了这个中间件,我就可以访问我授权的控制器。我
使用
的是存储在userClaim
中
的access_token。但它返回的是
IdentityServer4
登录页面的超文本标记语言。它们在API访问请求期间
使用
IdentityServer3.AccessTokenValidation包从反向通道对
客户端
进行身份验证: app.UseOAuthBearerAuthentication我可以
浏览 0
提问于2018-10-16
得票数 0
1
回答
IdentityServer4
体系结构
asp.net-core
、
oauth-2.0
、
identityserver4
、
openid-connect
我已经将我的asp.net核心应用程序与
identityserver4
集成,并成功地对用户进行身份验证和授权,我的体系结构如下:我需要做用户管理方面的工作--我被困在两个场景
中
1-从
客户端
MVC应用程序
中
创建2-允许
客户端
MVC应用程序
使用</em
浏览 0
提问于2020-01-05
得票数 0
回答已采纳
1
回答
如何将Asp.net核心标识用户连接到
IdentityServer4
用户
asp.net-core
、
authorization
、
asp.net-core-webapi
、
identityserver4
我已经部署了一个带有后台server数据库的
IdentityServer4
。我还部署了一个Asp.NET核心WebAppi服务,tha
使用
IdentityServer4
作为权限。然后,我有一个Typescrip
客户端
,它
使用
(目前) IdenityServer4登录,并获得JWTToken连接到WebAPI。 如
何在
WebApi上
使用
Microsoft管理授权。我的意思是,现在当我对IdentityServer进行身份验证时,我在WebApi控制器
中
得
浏览 4
提问于2020-03-25
得票数 0
回答已采纳
2
回答
用
IdentityServer4
重定向时的错误
c#
、
asp.net-core
、
asp.net-core-mvc
、
identityserver4
、
asp.net-core-3.1
在
客户端
进行身份验证后,我会得到以下错误: 这里是
客户端
项目中的代码
浏览 6
提问于2020-09-05
得票数 0
1
回答
如何实现IClientSecretValidator
identityserver4
我想在我的
IdentityServer4
主机
中
实现一个自定义的
客户端
密码验证器。我的问题是,如
何在
startup.cs文件中
使用
identity server构建器注册它?
浏览 25
提问于2020-09-05
得票数 0
回答已采纳
1
回答
IdentityServer4
:我可以在IdentityServer中
使用
PKCE和
客户端
凭据吗?
authentication
、
identityserver4
、
claims-based-identity
应用程序: Android应用程序(允许匿名访问,允许身份验证访问)API:所有访问都必须由
客户端
作为最低限度进行身份验证,但也有一些是由用户声明进行的。我有一个公共
客户端
(一个Android ),目前在
使用
Authorisation_Code对进行身份验证时
使用
IdentityServer4
来验证用户。 我的应用程序有允许匿名用户导航的页面。但是,我希望我的API能够确保我的公共
客户端
Android应用正在进行调用,所以我想验
浏览 2
提问于2020-06-20
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券