Base solution for your next web application

Activities of "ashgadala"

Question

ASPNETZERO-JQUERY v12.0.1

Where do we find option to enable default search input in datatables.

When I call new Datatable source from CDN Datatable search input is enabled and displayed. But it is not displayed using default bundles. I looked everywhere but not able to find the option.

I know this is not a datatables issue. https://datatables.net/examples/basic_init/dom.html

We have a use case where same users access information in multiple tenants. Is it possible to move the tenant selection after login. Users able to access only tenants they have access to. Do you have any recommendation on how we should handle this.

I am using latest 11.01 version of mvc and JQuery.

I noticed there is a hard requirement for sending email and email setting are configured correctly when creating a new user or new Tenant. Can this be changed to soft error by displaying a message saying email cannot be set or something insted throwing an internal server error. This is efficiently handled in the debugging in VS.

**To replicate error: **

  1. Get a fresh copy of the frame work.
  2. Get it ready to deploy without updating email settings.
  3. Deploy it.
  4. Try creating a tenant.

It wil be helpful, If log reflects the same error message. and update the docuementation to include the requirement to update email setting before deploying.

Prerequisites

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

If issue related with ABP Framework

We are using OPENID connect. Where can I find better documentation. externalLoginInfo is always null. I am not sure how to find what claims are coming over. Can you please assist. I searched everywhere and any help would be great.

var externalLoginInfo = await _signInManager.GetExternalLoginInfoAsync();

https://docs.aspnetzero.com/en/common/latest/Change-Logs

Is there a place where you are documenting these heading? Can you elaborate what you mean by "Plugin module sample with a Web UI"

Would you consider adding more details to change log

Is there any plan to support Azure AD middle ware support to ASPNETZero?

I see that there are some groups interested in SAML authentication integration.

Is there any plan to suppor this?

I am experiencing the same issue listed here.Tried every thing listed here but did not work.

https://support.aspnetzero.com/QA/Questions/5612


Exception thrown: 'System.ArgumentException' in mscorlib.dll Null is not a valid constant value for this type.

line 109: IocManager.Resolve().Initialize();

<br> Exception thrown: 'System.ArgumentException' in System.Private.CoreLib.dll System.ArgumentException: 'Null is not a valid constant value for this type.' I'm trying to debug the MVC app startup time and just happened to notice this.. probably not related but figured it would be worth reporting.

Is there any guidance on swichting a 7.3 .net framework solution to 7.3 .net core so that I can upgrade to 8.0?

Is there a way to get list of active users logged into a tenanat.

Showing 1 to 10 of 23 entries