Merge branch 'Module-OpenIddict' of github.com:abpframework/abp into Module-OpenIddict

pull/12084/head
maliming 4 years ago
commit 6b4c470cb6
No known key found for this signature in database
GPG Key ID: 096224957E51C89E

@ -116,8 +116,7 @@ The default ABP OpenIddict project includes several authentication schemes.
* `Identity.TwoFactorRememberMe`: Identity TwoFactor login uses
* `Identity.TwoFactorUserId`: Identity TwoFactor login uses
This can break the multi-tenancy feature. The multi-tenancy middleware is executed after the authentication middleware.
Some OAuth requests may be authenticated by OpenIddict but not by `Identity.Application`.
This can break the multi-tenancy feature, Some OAuth requests may be authenticated by OpenIddict but not by `Identity.Application`.
We have added a top priority `AbpOpenIddictTenantResolveContributor` service. It will try to get tenant info from OpenIddict authentication scheme.
@ -218,4 +217,4 @@ https://documentation.openiddict.com/guides/index.html#events-model
## Sponsor
Please consider sponsoring this project: https://github.com/sponsors/kevinchalet
Please consider sponsoring this project: https://github.com/sponsors/kevinchalet

Loading…
Cancel
Save