Activities of "maliming"

hi @vu.nguyen

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Seperated (Angular): yes / no

I think it depends on your configure of LDAP server.

I am not particularly familiar with LDAP. I just implemented a simple authentication. You can completely customize it.

hi

abp just a test name.

docker run --name ldap -d --env LDAP_ORGANISATION="abp" --env LDAP_DOMAIN="abp.com" --env LDAP_ADMIN_PASSWORD="123456" -p 389:389 -p 636:639 --detach osixia/openldap

hi

This is related to jquery-validation .

https://github.com/jquery-validation/jquery-validation/issues/1577#issuecomment-139738276

https://mfranc.com/javascript/jquery-valdiator-modyfing-decimal-separator/

hi @lihongjun

Please check this: https://docs.abp.io/en/abp/latest/Multi-Tenancy#default-tenant-resolvers

Whats base domain component

It depends on your LDAP server. https://github.com/abpframework/abp/blob/1f0e3127cc1708f61a32de1cd664f68fc226b897/framework/test/Volo.Abp.Ldap.Tests/Volo/Abp/Ldap/LdapManager_Tests.cs#L23

Do I need to supply a username & password or is it optional

Username/password is required, it needs to have the permissions to query LDAP users and verify the password of LDAP users.

Do I need to make any modification to the code or does it work out of the box

It depends on your LDAP server. We use OpenLdapManager in account pro module by default.

This is not related to LDAP both is there a way to disable or override the errorHandling for the RestService globalyl, or do I have do it per api?

You can create a quesiton and our angular support staff will reply to you.

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.

Showing 7531 to 7540 of 7733 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30