Hey is there a Plugin for strapi that allows me to integrate ldap for the enduser of my application?
I have a frontend with authentication and want to put my ldap as user data base infront of it.
Instead of creating a table with users in the strapi backend.
The users dont have access to the admin panel
This topic has been created from a Discord post (1240946892318445628) to give it more visibility.
It will be on Read-Only mode here. Join the conversation on Discord
but could I add ldap as a 3rd party provider to strapi in community edition?
So far I am getting a middleware error:
| Loading Strapi[ERROR] There seems to be an unexpected error, try again with --debug for more information
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ Error: Middleware “global::ldapAuth”: middlewareFactory is not a function │
│ at instantiateMiddleware
Sadly the Users & Permissions plugin doesn’t have the providers setup like the Email and Upload plugins.
Allowing easy extension like Providers | Strapi Documentation
I will have a look at that. Thanks.
But do you mean this wont work?
Sadly the Users & Permissions plugin doesn’t have the providers setup like the Email and Upload plugins.
Allowing easy extension like this: