Base solution for your next web application

Activities of "VuCA"

Hi,

I try external social login with google account but loginInfo always return null from GetExternalLoginInfoAsync function. I think facebook account is fired the same error but I did not try

var loginInfo = await _authenticationManager.GetExternalLoginInfoAsync();

I use ASP.NET MVC 5.x & jQuery v4.1.0.0, please help me!

Thanks!

Dear admin,

ASP.Net Zero is easy integrated with ADFS to authentication but I want Authorize by role ADFS response. Is asp.net zero support that? and how to do it?

Thanks!

<cite>ismcagdas: </cite> Hi @VuCA,

Does this happen because of AspNet Zero ? Or is there a big data to gerenerate report for ?

Dear ismcagdas,

It's because a big data to generate report, so when one user execute report and other user will be affect. Can you give me a solution for this situation.

Thanks!

Hi, I'm using asp.net zero in my project, and my project have two module:

  1. Functional
  2. Reports When user access to export reports, some report take many time to process so that it affect to another function. Can you give me a solution to solve this problem? Thanks!

Thanks,

It's asp.net core feature, I don't customize any thing so the only thing I can do is install the latest Oracle drivers (12.2.1100 )

Regards,

Hi ,

I have a strange error like bellow:

ORA-00933: SQL command not properly ended 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: Oracle.ManagedDataAccess.Client.OracleException: ORA-00933: SQL command not properly ended

Source Error: 


Line 44:         {
Line 45:             var settingManager = AbpBootstrapper.IocManager.Resolve<ISettingManager>();
Line 46:             var defaultLanguage = settingManager.GetSettingValue(LocalizationSettingNames.DefaultLanguage);
Line 47: 
Line 48:             if (defaultLanguage.IsNullOrEmpty())

When debug I found some reason:

  1. Disable background job --> do not see the error happen again (not full test)
  2. I log command text and saw the error bellow
SELECT 
"Extent1"."ID" AS "ID", 
"Extent1"."CUSTOM_CSS_ID" AS "CUSTOM_CSS_ID", 
"Extent1"."LOGO_ID" AS "LOGO_ID", 
"Extent1"."LOGO_FILE_TYPE" AS "LOGO_FILE_TYPE", 
"Extent1"."EDITION_ID" AS "EDITION_ID", 
"Extent1"."NAME" AS "NAME", 
"Extent1"."TENANCY_NAME" AS "TENANCY_NAME", 
"Extent1"."CONNECTION_STRING" AS "CONNECTION_STRING", 
"Extent1"."IS_ACTIVE" AS "IS_ACTIVE", 
"Extent1"."IS_DELETED" AS "IS_DELETED", 
"Extent1"."DELETER_USER_ID" AS "DELETER_USER_ID", 
"Extent1"."DELETION_TIME" AS "DELETION_TIME", 
"Extent1"."LAST_MODIFICATION_TIME" AS "LAST_MODIFICATION_TIME", 
"Extent1"."LAST_MODIFIER_USER_ID" AS "LAST_MODIFIER_USER_ID", 
"Extent1"."CREATION_TIME" AS "CREATION_TIME", 
"Extent1"."CREATOR_USER_ID" AS "CREATOR_USER_ID"
FROM "KHTT_QC"."ABP_TENANTS" "Extent1"
WHERE ((("Extent1"."IS_DELETED" = :DynamicFilterParam_000001) ) AND (1 = "Extent1"."ID")) AND (ROWNUM <= (1) )
WHERE (ROWNUM <= (1000) )
-- DynamicFilterParam_000001: 'False' (Type = Decimal, IsNullable = false)
-- DynamicFilterParam_000002: 'null' (Type = Decimal)
-- Executing at 7/5/2017 5:31:50 PM +07:00
Exception thrown: 'OracleInternal.Network.NetworkException' in Oracle.ManagedDataAccess.dll
Exception thrown: 'Oracle.ManagedDataAccess.Client.OracleException' in Oracle.ManagedDataAccess.dll
Exception thrown: 'Oracle.ManagedDataAccess.Client.OracleException' in Oracle.ManagedDataAccess.dll
Exception thrown: 'Oracle.ManagedDataAccess.Client.OracleException' in Oracle.ManagedDataAccess.dll
Exception thrown: 'Oracle.ManagedDataAccess.Client.OracleException' in Oracle.ManagedDataAccess.dll
-- Failed in 280 ms with error: ORA-00933: SQL command not properly ended
  1. I found the problem (not sure) on the stackoverflow [https://stackoverflow.com/questions/42147820/ef-6-adding-row-limit-automatically]) but do not have solution for this one.

Please help how to resolve that.

Thanks!

Hi ismcagdas,

I've already tried but it was not successfull, please give me an example to deal with exteranal authentication. Pls

It's alway throw error "loginResult" = "InvalidUserNameOrEmail", when I debug on Abp.Zero project, TryLoginFromExternalAuthenticationSources function, it await long time and doesn't reponse :o

Thanks!

<cite>klainer: </cite> OK SOLVED :)

I created my custom config and enable correctly, LDAP support . Works perfect !! Thank you!

Hi @klainer, Do you create external authentication source? Can you tell me how to do? This document <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/User-Management#external-authentication">https://aspnetboilerplate.com/Pages/Doc ... entication</a> is poor :( , I do not know how to implement it.

Thanks!

Hi, And what i need to do next? How the system know the custom login form? Do I need some config in web.cofig file. I don't know how to implement that, please let me know more detail.

Thanks!

Can you tell me more about this? In my case I have two type authentication, with internal user I use ADFS (it's ok now), and with external user I have another database stored username and password. Please tell me all I need to do to create custom external authentication in aspnet zero project

Showing 21 to 30 of 41 entries