Hi,
I think this can help you.
You can inject OAuthService to your services, it has getAccessToken
method.
Exampe : https://github.com/abpframework/abp/blob/d598024b77104caf2dd80ea39e1f07ff6fe9a1e5/npm/ng-packs/packages/core/src/lib/interceptors/api.interceptor.ts#L18.
Unable to obtain configuration from: 'https://localhost:44349/.well-known/openid-configuration' No connection could be made because the target machine actively refused it
Please Check if you start the service.
Hi, ABP has integrated RabbitMQ but has not yet completed the documentation. You can see microservice demo document rabbitmq section.
Hi,
You should add DevicesApplicationContractsModule
as dependency references in the <YourProject>ApplicationContractsModule.cs
. Because WebProject just an UI Intreface, it calls HttpApi.Host project.
I created an internal issue for this, will be available in the next version.
In which project do you define permissions?
This is right.
Hi BennieMok,
See https://github.com/abpframework/abp/pull/2867. You can change HttpApi.Client
project target to netstandard2.0.
Hi @talhazengin
It would be better to put UseAbpRequestLocalization
just after the UseMultiTenancy
. Because AbpRequestLocalizationMiddleware gets the language of the current user or current tenant.