Activities of "Anjali_Musmade"

Hello srgzibrahim@gmail.com,

please check https://support.abp.io/QA/Questions/3286/How-can-I-customise-the-login-page-in-ABP-Commercial

regards,

Answer

Hello srgzibrahim@gmail.com,

Abp support Audit Logging, which also includes Entity Changes, which include logging changes of an entity in the web request. Please have a look at documentation and share your thoughts https://docs.abp.io/en/abp/latest/Audit-Logging https://docs.abp.io/en/commercial/latest/modules/audit-logging

regards,

Hello viswajwalith,

Could you please share some more steps to reproduce the issue?

Hello Vipinthachinari,

please check https://docs.abp.io/en/abp/latest/UI/AspNetCore/Widgets#refreshurl

regards,

Answer

Hello AliJaradat995,

Have you set Load User Profile to true in IIS Once check whether, IISUSER has read and write permissions to the publish folder (Try giving Full Control)

regards,

Hi

When you send a request to backend through the angular, angular app sends the access token in the Request so the access token should be in the httpcontext request

please read more here https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.authenticationtokenextensions.gettokenasync?view=aspnetcore-7.0

HttpContext.Request.GetTokenAsync("access_token")

or HttpContext.GetTokenAsync("access_token")

you can do these in the controller

Answer

Hi,

please check https://support.abp.io/QA/Questions/4845/How-to-install-app-on-IIS-having-issues-with-Cryptography

Hi,

can you switch to in memory caching instead of Redis cache and try again?

Hi

it is not a user's token as it is a server to server communication it can't be a user token https://oauth.net/2/grant-types/client-credentials/ please read more about client credentials flow

Hi

Create a Client in Project A of client credentials by providing the sufficient permission of project a api permissions then from project b get the token

you can see how to get token https://support.abp.io/QA/Questions/5943/Modify-tenant-onboard-flow-by-customizing-tenant-management-module-UI-and-API#answer-3a0e2ff0-2171-cf2a-60f2-c4164551b1cf

make sure to use project a auth server url to get the token and then use that token to call the project a api.

Showing 601 to 610 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33