Open Closed

Error when logging in #3127


User avatar
0
balessi75 created

Abp Commercial 5.2.0 / Blazor Server / EF / Non-tiered

Hi, we are all of the sudden receiving the following error when attempting to login. There is no exception occurring in the application log. Please advise...

"Invalid login request There are no login schemes configured for this client."


2 Answer(s)
  • User Avatar
    0
    balessi75 created

    It appears that the error occurs when the setting "Authenticate with a Local Account" is turned off for a tenant. We are only using Identity Server for authentication (with separated tenant and host schemas configured) and are not using LDAP. Why does this setting need to be turned on in order to login?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Authenticate with a Local Account is necessary to use the identity server to log in.

    Local Account means your application users.

    If you turn off the Authenticate with a Local Account , you have to configure an external login, eg. Microsft, Goggle or twitter.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11