Activities of "maliming"

Sorry not yet, I will add it as soon as possible.

https://github.com/abpframework/abp/issues/6987

hi

Use the repository to query data, you can throw a exception then the ui will automatically show the messages.

https://docs.abp.io/en/abp/latest/Exception-Handling#business-exceptions https://docs.abp.io/en/abp/latest/Exception-Handling#user-friendly-exception

hi albert.ogbekhilu and muratdogan@hitit.edu.tr

You can check souce code of OpenLdapManager and LdapExternalLoginProvider The ldap feature is base on https://github.com/abpframework/abp/pull/4979

  • Add LdapExternalLoginProvider on the Account PRO module.
  • Allow to enable/disable LDAP login by a setting (using the setting management system).
  • Define settings for LDAP options (using the setting management system).
  • Create the UI to arrange settings, on the Account tab of the setting page
  • Create a "feature" to enable/disable LDAP login by tenant/edition.

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

Showing 8731 to 8740 of 8937 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 08, 2025, 14:09