Hi everyone,
I am implementing an authentication scheme using Azure SSO in Oracle APEX. When a user logs in, I want to automatically retrieve all profile information from Azure AD, such as name, email, role, and employee ID (NIP).
Is there a way or best practice to fetch all this profile data after the user successfully logs in? Do I need any additional configurations in Azure or APEX?
Thanks in advance!