Client credentials grant with LDAP

Hello !

I need to have an active directory with a list of APIs and their scopes. I know that we can connect an Active Directory to Auth0 in order to let the users connect with their LDAP credentials. But is it possible to have the client id and secret of an application in the LDAP and use it for client_credentials grant ?? I searched everywhere but didn’t find it :cry:

Thanks ! :smiley:

Hi @Sehsyha
Unfortunately not.
The Client Credentials grant will only work for applications that you have defined in your Auth0 tenant directly (under /api/v2/clients if using the Management API v2, or under “Applications” if using the dashboard).

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.