Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "huntethan89"

Hi, I was implementing the BulkUpdateAsync() method to update entities based on the condition but didn't find a way to implement it while passing parameters updateExpression and predicate. Could you please help me with this with an example?

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,

I have done all the configurations to enable redis in AspNetZero Core project as per the docs. I am using latest version of Net Zero. I am getting the errors while starting project. Below are the screenshots of the error and the configurations.

Error

appsettings configurations

Enabling redis in startup.cs

Hi, Following are the two APIs which are not working when authenticating user externally using provider and providerAccessCode.

  1. The API TokenAuth > GetExternalAuthenticationProviders() return null even if the external login (Google) is successfully integrated in the application.
  2. The method CreateProviderApi in ExternalAuthManager class is giving exception for "Unknown external auth provider". As I checked the code for this from github, it seems like ExternalAuthConfiguration.Providers is not returning the provider info for the provider's name passed as parameter.

Could you please check and assist how to proceed?

reference:

  • Internal code which is not returning the provider info for the provider name.

  • method call which returns exception

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 using ASP.Net Core MVC project 12.4.0. I am using the project to create APIs for the native IOS mobile application built using swift etc. I want to register the user on backend for API once the user logged into mobile app using one of the social logins such as Google, Microsoft and Apple etc. Is there any API to register/login the same user on backend as all the claims and social signup is being done at mobile app end? Also, please suggest the best way to implement this in ASP.Net Core.

Hi,

I want to change my login username. Can you please let me know, how to do that.

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.

Showing 21 to 30 of 202 entries