hi BernardoTeixeira
Invalid_client
Please check your identity server's Client_Id
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/appsettings.json#L13
hi
You can simply check passwords of the users from LDAP in the login page. If given username/password doesn't exists on LDAP, then it fallbacks to the local database, just like before.
Since it supports multi-tenancy, you can enable, disable and configure it for your tenants.
We use OpenLdapManager in account pro module by default. You can overider it's methods.
Yes, @arjun
@Mohammad You can try it in browser Incognito mode.
hi
You need to use token for authentication. Cookies are used in the Identity Server website but for apis it needs token.
hi @Mohammad
How to repro your problem?
The problem exists in the IIS server, it has nothing to do with us
The problem cannot be reproduced. If you can reproduce the problem, please reopen it.
hi @david.hurtado
Can I check it remotely? liming.ma@volosoft.com
hi david.hurtado
Can you share your project's appsettings.json
file?