简体   繁体   中英

Integrating IdentityServer3 OpenID Connect Provider and OAuth 2.0 Authorization Server with a web forms asp.net 4.6 application

How can I integrate IdentityServer3 (OpenID Connect Provider and OAuth 2.0 Authorization Server Framework) that is based on OWIN middleware with a web forms asp.net 4.6 application like DNN CMS with its own membership provider. I would like to provide Custom Store implementation for IdentityServer3 to manager/pick DNN's users, roles, claims.

Essentially I would like to know how can an OWIN based application interact (share some of the run time data (context) with a Web Forms Asp.net application.

Are we dealing with completely isolated pipelines here if I install Identity Server under the same web application?

DotNetNuke uses a membership provider which is heavily based on the asp.net equivalent, but extends and alters it to support some additional functionality and be aware of DotNetNuke concepts such as portal isolation.You can read about the enhancements made from the asp.net provider here.

DNN需要支持OIDC IdP的外部认证。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM