Activities of "maliming"

hi

Please see https://support.abp.io/QA/Questions/715/LDAP-Setup-documentation

Answer

Yes

Answer

hi @RonaldR

Can your problem be reproduced using a template project?

hi Harshil

abp is using the ASP.NET Core standard external/social login.

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/

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.

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