1
votes

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.

1

1 Answers

0
votes

DNN would need to support external authentications from an OIDC IdP.