IExternalAuthenticationPlugin
is defined in the Telligent.Evolution.Extensibility.Security.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IExternalAuthenticationPlugin : IAuthenticationPlugin, IPlugin, ISingletonPlugin { string ChangePasswordUrl { get; } string CreateUserUrl { get; } string ForgottenPasswordUrl { get; } string LoginUrl { get; } string LogoutUrl { get; } string ReturnUrlParameter { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ChangePasswordUrl | string | A fully qualified Url to an external change password page. | ||
CreateUserUrl | string | A fully qualified Url to an external user registration page. | ||
ForgottenPasswordUrl | string | A fully qualified Url to an external forgotten password page. | ||
LoginUrl | string | A fully qualified Url to an external login page. | ||
LogoutUrl | string | A fully qualified Url to an external logout page. | ||
ReturnUrlParameter | string | When a return url is appended as a querystring parameter this is the key used. |