hi
Only HTTP endpoints can be seen on the swagger page.
You should not remove Authorize, We recommend that you pass the access token to complete the authentication.
https://learn.microsoft.com/en-us/aspnet/core/signalr/authn-and-authz?view=aspnetcore-7.0#built-in-jwt-authentication https://ocelot.readthedocs.io/en/latest/features/websockets.html
You can temporarily comment out the constructor and let the IDE generate the constructor for you.
hi
Please replace this PackageReference with ProjectReference
<PackageReference Include="Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="6.0.2" />
Please do not share public project urls
ok I will check your project.
step3: compile and run (AuthServer project is unable to load the assembly as the exception mentioned above)
hi
Can you share the project with me? liming.ma@volosoft.com
hi
var admin = (await RoleRepository.ToEfCoreRepository().GetQueryableAsync()).Where(x => x.Name == "admin").FirstOrDefaultAsync();
hi
I don't think there is a way to do it.
hi
ConfigureServices will be executed once when the application starts.