72 Commits (3802126a5c19dd91d3c8beaf87cfe35ec75169e8)

Author SHA1 Message Date
maliming 9f7e6d9b44 Save when CurrentUser.IsAuthenticated 6 years ago
maliming c3ba4b637a Save the client id for Authorization Code Grant. 6 years ago
liangshiwei 7bd51048aa Use AbpIdNameTagHelper 6 years ago
liangshiwei 02cfd822e7 Avoid using array index in taghelper expressions 6 years ago
maliming 9ef3d82a09 Update packages to latest 6 years ago
Halil İbrahim Kalkan 79415470e2 Resolved #6318: Remove AsyncHelper usage for the IdentityOptions. 6 years ago
maliming 7e903faa57 Introduce Directory.Build.props. 6 years ago
maliming fb16b00652 Upgrade to net 5 final. 6 years ago
maliming f9a682cf94 Change override async to async override. 6 years ago
maliming ab7ab2dcb3 Update package to net 5 RC 2. 6 years ago
maliming 6e4035b004 Upgrade ms packages to 3.1.8. 6 years ago
maliming b2ceacbe40 Upgrade modules. 6 years ago
Halil İbrahim Kalkan de7d480af4 Add TwoFactorLoginResultAsync for a starting point for 2FA. Remove empty page. 6 years ago
Halil İbrahim Kalkan 193e770c83 Fix forgot password UI. 6 years ago
liangshiwei 8d17e7a860 Set ErrorController's method to virtual 6 years ago
liangshiwei cea173bd4c undo .csproj file changes 6 years ago
liangshiwei 6ed08665d9 create account area folder 6 years ago
liangshiwei 81919d7df5 Find the error page in AbpErrorPageOptions 6 years ago
liangshiwei ce1d3523de Remove resharper comment 6 years ago
liangshiwei 249e64c660 Add Identity service error controller to account module 6 years ago
maliming 5abca9e16b Add Components js/css files to embedded resource. 6 years ago
maliming daf7febe7c Handle ErrorMessage is null. 6 years ago
maliming 429bf596a1 Add Identity service error page to account module. 6 years ago
maliming 48f7b609aa Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
maliming 83aeea2230 Use IdentitySecurityLogManager instead EventBus to save security logs. 6 years ago
maliming 48ad264e3d The Cancel button is only displayed in Identity Server. 6 years ago
maliming 0466207a6d Implement security log in Identity module. 6 years ago
maliming 73de02689f Refactoring ISecurityLogManager. 6 years ago
maliming 65957cbb6e Add some infrastructure for security logs. 6 years ago
maliming 7a885cfe9a Update Consent page. 6 years ago
maliming b8719fbc15 Update Consent. 6 years ago
maliming b839f67932 Refactored the consensus page. 6 years ago
Ahmet Çotur 4de33b54c2 Account module - Used GenerateEmbeddedFiles option 6 years ago
maliming 255033d605 Remove unnecessary launchSettings.json file. 6 years ago
Galip Tolga Erdem da545f3d8d Added LoggedOut view 6 years ago
maliming 91191c3437 Import abp taghelper in the all web page. 6 years ago
maliming 8d5742d159 Optimize RazorRuntimeCompilation. 6 years ago
Ahmet cccffb6240 Revert "Merge branch 'dev' into Cotur/Blogging" 6 years ago
Ahmet d358e80ecb Merge branch 'dev' into Cotur/Blogging 6 years ago
liangshiwei b368c61d34 Remove UnitOfWorkAttribute in the IdentityServerSupportedLoginModel 6 years ago
maliming 2850150c23 Fix the problem of GetAllowedScopeNames method. 6 years ago
maliming 758333991c Use IActionResult as the return value of the page method in the module. 6 years ago
maliming a05cf07cf4 Set ExternalProviders and EnableLocalLogin properties in the page's OnPost method. 6 years ago
Ahmet Çotur 8b84a49ca3 Account virtualized 7 years ago
Halil İbrahim Kalkan b5ace6784b Fixed #3142: The type WindowsPrincipal has been forwarded to assembly 'System.Security.Principal.Windows' 7 years ago
maliming 78d6831efa Check scope is null or empty. 7 years ago
maliming dc1981f91d Fix scopes may be null bug. 7 years ago
maliming 6b8a2ad3f6 Check EnableLocalLogin in the login method of the account module. 7 years ago
Galip Tolga Erdem 0139e72b02 Added new Logout functionality for identityserver post logout redirect event. 7 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 7 years ago