简体   繁体   English

Asp.Net身份,OpenId实现

[英]Asp.Net Identity, OpenId implementation

I need to to authenticate against IBM's SSO which implements the OpenID standard. 我需要针对实现OpenID标准的IBM SSO进行身份验证。 Is there any sample code or documentation for implementing a custom OpenID authentication for Asp.Net Identity? 是否有任何示例代码或文档可用于实现Asp.Net Identity的自定义OpenID身份验证?

I know that it comes with some built in implementations for Google and Twitter, and all of the samples dealing with Asp.Net Identity and OpenID talk about Google and Twitter. 我知道它带有一些针对Google和Twitter的内置实现,所有处理Asp.Net Identity和OpenID的示例都谈到了Google和Twitter。

There's no generic openID provider out of the box today, so you probably have to write your own custom OWIN middleware that talks to IBM's SSO. 今天没有开箱即用的通用openID提供程序,因此您可能必须编写与IBM SSO对话的自定义OWIN中间件。 a similar question is here: 类似的问题在这里:

"Generic" OpenID in ASP.NET MVC 5 ASP.NET MVC 5中的“通用” OpenID

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Asp.Net Microsoft Identity 和 OAuth 以及 OpenId - Asp.Net Microsoft Identity and OAuth and OpenId ASP.NET MVC5身份实现 - ASP.NET MVC5 Identity Implementation 将 OpenID Connect 用户映射到 ASP.NET Core 身份用户 - Map OpenID Connect User to ASP.NET Core Identity User ASP.Net 5 + Identity 3覆盖默认角色实现 - ASP.Net 5 + Identity 3 Overriding default Roles implementation 自定义UserValidator实现中存在ASP.NET身份检查电子邮件 - ASP.NET Identity Check email existence in custom UserValidator implementation 如何自定义实现 asp.net 身份的 UpdateAsync 方法? - How to give custom implementation of UpdateAsync method of asp.net identity? Asp.Net 5 / Identity 3:IdentityDbContext实现中的声明缓存 - Asp.Net 5 / Identity 3: Caching of Claims in the IdentityDbContext implementation ASP.NET核心 - 自定义AspNetCore.Identity实现不起作用 - ASP.NET Core - custom AspNetCore.Identity implementation not working ASP.NET标识 - 使用多提供程序的自定义实现 - ASP.NET Identity - Custom Implementation with Multi-Provider 自定义实现的Asp.net IDentity。 GetExternalAuthenticationTypes()返回0提供程序 - Custom Implementation of Asp.net IDentity. GetExternalAuthenticationTypes() Returning 0 Providers
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM