Hi ther Yaukubu!
I know I’m a little late, but I’d love to help if you still need it. From @DMehaffy’s answer here, it sounds like it’s only for the frontend.
Usually, to use a 3rd party provider on Strapi, you’ll first need to install it.
E.g.
I used Magic to handle authentication in my Strapi project. I needed to find the NPM module for it, and then install it for it show on my Strapi Admin panel. Here’s a tutorial on how: Installation Guide for Strapi Plugin Magic
I tried to look for an official documentation on how to use Auth0 with Strapi, but couldn’t find it. I also tried applying a similar process that Alex the Entreprenerd applied to installing Magic, but it didn’t seem to work with the Auth0 x Strapi NPM package I found.
I ended up emailing Quentin Dauprat (the person who added the feature to Strapi) to see if there’s another Auth0 NPM plugin we should know about.
Will keep you updated!