Base solution for your next web application

Activities of "lweng567"

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? V9.2.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .Net Core

I followed the documentation to enable Active Directory integration,

  1. Configuration.Modules.ZeroLdap().Enable(typeof(AppLdapAuthenticationSource));
  2. in the user setting, update Ldap setting accordingly.

when i tried to log in using my AD account, i got a System.NullReferenceException in the GetLoginResultAsync in TokenAuthController. Can you please advise if there is anything else i need to set up

thanks Laurie

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? Zero V9.1.0 the latest
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .Net Core

If issue related with ABP Framework

  • What is ABP Framework version? Zero

Hi there,

I am trying to use Redis to implement "recently viewed items" functionality. By reading the zero documentatoin, the cache is expired in 60 minutes by default although i can change the the expiry span to more hours. If the whole cache is expired then all the items within the cache will be expired, but for the "recently viewed items" functionality, i just need to expire the item with least score not the entire cache, please advise if my understanding is correct on the cache implemtation provided by Zero, if i am correct, then would you be able to provide some advise on how i should impliment the " recently viewed items" by leveraging Redis within Zero? Many thanks Laurie

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? Lastest Zero
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .netCore

My question is similar to #7063.

I got my certificates set up on both Client (angular)and Server(Core API). The CorsOrigins setting in appsetting.json is using ip address, if my certificate is signed to www.rtime.com.au and my accessing url will be www.myco.com.au:4432 to my anguar client for example, do i then change the CorsOrigins to the www.myco.com.au, like

"App": { "ServerRootAddress": "https://www.myco.com.au:4439/", "ClientRootAddress": "https://www.myco.com.au:4432/", "CorsOrigins": "https://www.myco.com.au:4432" },

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? V9.1.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .Net Core

After I updated Abp 5.10.1 to Abp5.12.0, DynamicEntityParameterDefinitionProvider is missing, please help

thanks Laurie

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? V9.1.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net Core

I noticed PrimeNg and Ngx-bootstrap are used for the Angular frontend, what is the reason behind why you are not using just one or the other? thanks Laurie

Hi, with my application requirment, a tenant may have one more branches, i will need user to input whcih branch under a tenant during authentication. so how should i go about it by adding a branch name in login screen and also supporting third-party connecting to the api thanks Laurie

Question

Hi, One of our requirement is to prevent some users seeing one or more fields, for example, in our customer detail screen. I was wondering if Zero provides field level permission or how would i be able to best archive this with Zero?

Thanks in advance

Laurie

Question

Hi I was wondering if refrech token has been implemented by defaul in the boilerplate. Do i need to configure anything else to use the refresh token? thanks
Laurie

Question

Hi If i need to add two more settings that have a tenant scope, what would be the best practice? ie: create custom setting provider or just add those settings to the existing AppSettings thanks Laurie

Question

Hi Why i cant access to any of you github samples, eg. https://github.com/aspnetzero/aspnet-zero-samples

I always got the 404 error

thanks Laurie

Showing 11 to 20 of 21 entries