Hi all,
I have configure the Authentication on one of my environments to be "AzureAD", I followed the procedure described here:
https://success.outsystems.com/documentation/11/developing_an_application/secure_the_application/end_users/end_users_authentication/configure_azure_ad_authentication/
and everything seems working ok.
I have only one problem, on the environment's users app, when I want to visualise the list of the groups retrieved from Azure AD, what I get is a list of groups which names are long alphanumeric strings rather than the actual group name (you can see it on the attached screenshot).
Is there a way to retrieve the actual group names rather than this?
Thanks in advance.
The XML comes with the Role?
The role should correspond to a Group in Outsystems, with that the mapping is automatic (I mean, give the group to the user).
Regards