You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you please take look into Business Customer Authentication? It is not working in the downloaded demo version.
We checked the code but we didn't get the configuration part for Business Customer Authentication in appsettings.json.
We also checked the code and we found that in the AccountController on line number 223
public IActionResult LogInForBusinessCustomer(string uiLocale) { return LogInFor(Constants.AuthenticationSchemes.CustomerAuth, _policyManager.SignUpOrSignInWithWorkAccount, uiLocale); }
The Scheme name should be BusinessCustomerAuth, right?
We need a quick response on this.
Thanks in Advance.
The text was updated successfully, but these errors were encountered:
Would you please take look into Business Customer Authentication? It is not working in the downloaded demo version.
We checked the code but we didn't get the configuration part for Business Customer Authentication in appsettings.json.
We also checked the code and we found that in the AccountController on line number 223
public IActionResult LogInForBusinessCustomer(string uiLocale) { return LogInFor(Constants.AuthenticationSchemes.CustomerAuth, _policyManager.SignUpOrSignInWithWorkAccount, uiLocale); }
The Scheme name should be BusinessCustomerAuth, right?
We need a quick response on this.
Thanks in Advance.
The text was updated successfully, but these errors were encountered: