Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I followed the documentation to enable Active Directory integration,
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
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
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
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
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" },
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
After I updated Abp 5.10.1 to Abp5.12.0, DynamicEntityParameterDefinitionProvider is missing, please help
thanks Laurie
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
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
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
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
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
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