Activities of "maliming"

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 BernardoTeixeira

You can get the access_token of the identity server website through http tools such as postman.

https://docs.identityserver.io/en/dev/endpoints/token.html

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

Answer

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?

Showing 8281 to 8290 of 8477 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11