Base solution for your next web application

Activities of "huntethan89"

Hi @ismcagda, Thank you for providing the solution, But I have noticed that, when I am using base URL so for authentication its going on LogIn method inside my application after that microsoft logIn page is opening, but when I am using any relative URL other than base URL, it's not going on Login method for authentication, by default its opening microsoft login page. So how we can configure that, every URL will go on LogIn method inside my application first if not authenticated.

Any insights or suggestions would be greatly appreciated.

Thanks,

Hi @ismcagdas No, This is the only error we can able to see.

Thanks,

Hi, I am using BatchDeleteAsync() to delete multiple rows in table based on the condition in predicate, but it will hard delete all rows. Please check the below screenshot.

I want to soft-delete the same by setting IsDeleted = 1. I can use DeleteAsync method but it's for the single entity and needs loop for the condition-based deletion. I found the method BatchUpdateAsync() which can be used to update multiple rows based on predicate. So, I just want to know how it can be implemented in place of the above attached query. I am getting issues while setting the predicate and update expression in its parameters.

Hi,

Thanks for your quick response. It's working now, there was an issue with the Redis server running in background. I want to save the data on Redis server or cloud but I am not able to save the data on Redis server using Net Zero in-built cache manager. I have also tried with AbpPerRequestRedisCacheManager. Could you please let me know whether the project has in-built functions or interface to save data in Redis server or we need to implement it on our own?

Hi Team,

Let me explain the real scenario. We are building iOS native app (using Swift) and enabling social authentications for Google, Microsoft, and Facebook from the app only. On the other side, we are building a web application (using asp.net zero) to perform some operations via API only. My question is as follows

  1. How can we generate the access token in server side (aspnet zero) for the user which already been authenticated via native app?
  2. Will TokenAuth >> ExternalAuthenticator work on the above scenarios?
  3. We are getting Error Unknown external auth provider: Google
  4. From where we should get the providerAccessCode (Google, Microsoft and Facebbok) for ExternalAuthenticator API

{ "authProvider": "string", "providerKey": "string", "providerAccessCode": "string", "returnUrl": "string", "singleSignIn": true }

Please suggest to us how can we do that OR can you give us some direction on this?

Hi,

The link is not working and giving error and I think this API is applicable to register user via email and password. However, I want an API for external authentication of a user on net zero side after authenticating the same user though any of social login on native iOS app. Please suggest, how can we do that OR can you give us some direction on this?

Hi,

I am just wondering if there is any official method available now to upgrade my ASP .NET zero project version from 10.4.0 to latest one.

Hi @ismcagdas,

I have to remove the site from CDN, as users were not able to access the buttons. Can you please let me know any specific time so that i will up the site again for you for testing.

Hi @ismcagdas,

Related to this issue. We have removed the Sucuri and using Stackpath for CDN now. But same issue facing again.

Showing 1 to 10 of 107 entries