There is no tenant exists. so no data are added in tenant db.
hi
UsePrivateKey
is a method, not property. WithProperty
only works for string properties.
You can override this service to use different AppleClientSecret
for different tenants.
https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/blob/990f1bbfdbe1716e1c2bb03722b67b9a24225c4a/src/AspNet.Security.OAuth.Apple/Internal/DefaultAppleClientSecretGenerator.cs#L15
hi
Microservices may not yet support using domain names as tenants. I will create an internal issue to resolve it.
HTTP 405
See https://mozartec.com/asp-net-core-error-405-methods-not-allowed-for-put-and-delete-requests-when-hosted-on-iis/
You're right. : )
hi
Nested Impersonation is currently not supported
hi
I remember that I used the source link successfully in VS. It's not the latest vs 2022 though
hi
The UsePrivateKey need to be Secret
.WithProperty(x => x.UsePrivateKey, isSecret: true);
2- in UsePrivateKey can i assign byte string directly
If this value is constant you don't need to call WithProperty
for it.
See https://docs.abp.io/en/commercial/latest/modules/account#social-external-logins
hi
This is related to tui.editor
https://github.com/nhn/tui.editor/issues/57
hi
We have a demo
https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver