IExternalAuthenticationPlugin
is defined in the Telligent.Evolution.Extensibility.Security.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IExternalAuthenticationPlugin : IAuthenticationPlugin, IPlugin, ISingletonPlugin { bool AllowUserAutoCreation { get; } string ChangePasswordUrl { get; } string CreateUserUrl { get; } string ForgottenPasswordUrl { get; } string LoginUrl { get; } string LogoutUrl { get; } int ProfileRefreshInterval { get; } string ReturnUrlParameter { get; } void UpdateUserProfile(User user); }