155 Commits (ebb5fae17aaf5514eb8c5acc0ebd983fe22f41bc)

Author SHA1 Message Date
maliming 6b7bfb1ce6
Track and update user's last sign-in time 5 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 8 months ago
Fahri Gedik 8dbffe9d68 Reapply "Merge branch 'dev' into issue-23231-v2" 9 months ago
Fahri Gedik a83bce6b7b Revert "Merge branch 'dev' into issue-23231-v2" 9 months ago
maliming aecc051fcb
Add custom error codes for account lock and inactivity 10 months ago
maliming 7c5dc48588
Use PreSignInCheckAsync in token exchange flow 10 months ago
maliming 6ced2e8a34
Implement Token Exchange Grant Type support 10 months ago
maliming 56bb869955
Add `sid` claim to openiddict's `principal`. 10 months ago
maliming 217c722a63
Encode RedirectUri in AuthorizeController. 1 year ago
maliming fc01a3c587
Add missing using namespces for AuthorizeController 1 year ago
maliming b8dc81d511
Refactor authentication flow in AuthorizeController to streamline login and select account prompts 1 year ago
maliming 19bd2ac091
Add support for `prompt=select_account` in `AuthorizeController`. 1 year ago
maliming 6c37edda40
Upgrade OpenIddict to `6.1.0`. 1 year ago
maliming 19470f6228
Check user password if sign in result is `IsNotAllowed`. 1 year ago
maliming c9a3513031
Using `X509CertificateLoader` instead of `new X509Certificate2`. 1 year ago
liangshiwei 697bc6cf93 FIx PreConfigure<OpenIddictBuilder> is called twice 1 year ago
masum-ulu dd2962a303 check: nullability for phoneNumber 1 year ago
maliming 81fddf3e24
Add `email` and `phonenumber` to response. 1 year ago
maliming 6c0fc949f9
Handles case where users need to confirm `email` or `phone number`. 1 year ago
maliming 5b9296c1d6
Upgrade to `OpenIddict 6.0.0-preview3`. 1 year ago
maliming b51e51ffbc
Upgrade to Openiddict 6.0.0. 2 years ago
maliming 41dbfa2343
Update AbpOpenIddictWildcardDomainBase.cs 2 years ago
maliming 3020ca11b5
Only get dynamic claims if `IsDynamicClaimsEnabled`. 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
Ali Hassan 6d81e93ccb Add specific error codes for Authentication failures in OpenIddict TokenController.Password 2 years ago
maliming 6ea31b2421
Update modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Microsoft/Extensions/DependencyInjection/OpenIddictServerBuilderExtensions.cs 2 years ago
maliming 9ec7985ab7
Add optional X509KeyStorageFlags parameter to `AddProductionEncryptionAndSigningCertificate`. 2 years ago
maliming b009146df7
Update AbpOpenIddictWildcardDomainBase.cs 2 years ago
maliming 82e481a001
Use `UrlHelpers's IsSubdomainOf` to check the wildcard domain. 2 years ago
maliming 673c9a030e
Remove `AbpDynamicClaimsOpenIddictClaimsPrincipalHandler`. 2 years ago
maliming f53967b316
Attach auth server current culture info to response. 2 years ago
maliming 1f1284c80c
Skip create dynamic claims when request is `ClientCredentials`. 2 years ago
maliming a4922caef5
Lock the user if too many incorrect 2FA code attempts. 2 years ago
maliming ce7f84461e
Using `string` as session id. 2 years ago
maliming 6a065ff148
Add `RememberMe` claim during passsword flow. 2 years ago
maliming 4b76985fe3
Set `claim`'s `destinations` in `AuthorizeController`. 2 years ago
maliming a6610da28f
Add`SessionId` claim to `AccessToken`. 2 years ago
maliming ff1a7fff63
Add `RememberMe` claim to current identity principal. 2 years ago
maliming 2945471329
Add `virtual` keyword to all methods in OpenIddict. 2 years ago
maliming c89d25199d
Upgrade `OpenIddict` to `5.0.0-preview3`. 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming 6e20cd0258 Set dynamic claims on OpenIddict's controllers. 2 years ago
maliming 0a3be97a28
Clear the dynamic cache when user logs in. 2 years ago
maliming 758bc77fd7 Change the order of `ClaimsPrincipalHandlers`. 2 years ago
maliming 21fa81a550
Add `AbpDynamicClaimsOpenIddictClaimsPrincipalHandler`. 2 years ago
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
maliming d3bfd4e814
Set `AddDevelopmentEncryptionAndSigningCertificate` to `false`. 3 years ago
maliming 9a10caedb0
Create production certificate while creating a new solution 3 years ago
maliming 39805fd031
Output security logs correctly. 3 years ago