I Have a Api at backend and want to use in my custom GPT but we use azure ad auth for role management.
So If we can use Azure AD with Custom GPT action will be able to restrict users based on their role.
Example
Person 1 Can access all the finance api but no Employee API.
Person 2 can access all the employee api but some finance api.
As my custom GPT is setup inside the organization workspace only and all the users already using Microsoft Auth to get authenticated so can my api know who is the user.