Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Manifest: AuthenticationSystem Component

Return to previous page

  • 4/7/2015
  • 4635 Views

Comments

4635 Views

Manifest: AuthenticationSystem Component

Last updated long time ago

Comments

Common

(Enter the content of this article below)

Advanced

 
The AuthenticationSystem component is used to install authentication providers for DotNetNuke.
The DotNetNuke Core currently ships with three additional authentication providers for OpenId, LiveId and ActiveDirectory.

Elements and attributes

<component type="AuthenticationSystem">

<authenticationService>
<type>OpenID</type>
<settingsControlSrc/>
<loginControlSrc/>
<logoffControlSrc/>
</authenticationService>
</component>

Sample

The following sample shows the manifest for the OpenID provider:

<component type="AuthenticationSystem">

<authenticationService>
<type>OpenID</type>
<settingsControlSrc>DesktopModules/AuthenticationServices/OpenID/Settings.ascx</settingsControlSrc>
<loginControlSrc>DesktopModules/AuthenticationServices/OpenID/Login.ascx</loginControlSrc>
<logoffControlSrc/>
</authenticationService>
</component>

References


Contents
No sections defined
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out