Hello, I’ve configured Microsoft AD as a new provider through the Strapi UI. When I login in I’m able to retrieve general info like Name and Email from the provider. How do I customize this to change the requested scope and include other attributes that exist, such as userRole and userGroups?
Side note: when I configure the Microsoft provider through the UI I’m not seeing any new configuration files generated within the code repo. Should I be setting this up manually through the backend files vs. the UI?
Thanks!