hi
The solution: https://abp.io/support/questions/9891/How-do-I-register-the-Blazorise-license-key#answer-3a1c6946-4726-c113-33be-ff306be3722b
Thanks.
hi
Can you share a test app?
I will check it.
liming.ma@volosoft.com
Thanks
The auth website is just like Google
You should obtain a token from the core website.
hi
Even though the user is the same in core and auth, but they are actually different. So you can't use the core token to request auth, vice versa
They are different auth servers.
hi
Can you confirm your Administration service
can communicate with the authserver
website?
https://abp.io/community/articles/common-errors-in-jwt-bearer-authentication-4u3wrbs5#gsc.tab=0
Thanks
理论上没有问题, 你可以参考https://abp.io/community/articles/implementing-passwordless-authentication-with-asp.net-core-identity-c25l8koj 试试看
hi
You can change the check. eg OpenIddictServerEndpointType.Token
if (context.EndpointType != OpenIddictServerEndpointType.Authorization ||
context.AuthorizationCodePrincipal == null)
{
return;
}