Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are no login schemes configured for this client. #3400

Closed
saintpoida opened this issue Mar 29, 2020 · 1 comment · Fixed by #3410
Closed

There are no login schemes configured for this client. #3400

saintpoida opened this issue Mar 29, 2020 · 1 comment · Fixed by #3410
Assignees
Milestone

Comments

@saintpoida
Copy link

Hi guys,

Have been reading through and setting up the microservices demo (i didnt have any dependencies installed originally like elasticsearch etc so it took a little while to get everything running).

However i now have all the services running but i cant seem to login to the AuthServer.Host project as an initial testing point with account 'admin'. I am not even 100% sure what the default password but believe it is supposed to be '123qwe'? But i have also tried 'qwe123' and '1q2w3e*'.

The wierdest error im getting is 'Invalid username or password!' but in addition below that error im getting 'Invalid login request There are no login schemes configured for this client.' and im not exactly sure how to deal with that issue. I have checked the logs for AuthServer.Host and it doesnt seem to really be logging much about the failed login so for now im just hoping its an incorrect password?

I have built several projects with AspnetZero so im not particularly new to ABP but am to the seperated services, can you guys advise on what i can look at to find out the issue and advise the default admin password.

Thanks,
Pete

@maliming
Copy link
Member

default admin password.

admin
1q2w3E*

The wierdest error im getting is 'Invalid username or password!' but in addition below that error im getting 'Invalid login request There are no login schemes configured for this client.'

This error message appears only if the following happens:

@if (!Model.EnableLocalLogin && !Model.VisibleExternalProviders.Any())

This may be a problem, I will check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants