Good afternoon,
As we are exploring login with Microsoft Azure, we were taking a closer look to the action SyncRoles to make sure the user has his roles up to date when he logs in.
As we were taking a look, we realized the following:
Do you foresee a new version where this situation gets handled?
For instance, when registering a new application on the Management application, register the roles of that application (like it is done with eSpaces and resources) and adapt the SyncRoles to only revoke the application roles?
Thanks in advance.
Best regards,
João Marques
Hi,
I'm facing similar issue like you.
Even worse, my response didn't include any "roles". It's empty. Because the Azure role is empty, it always remove all assign Outsystems Roles to current user.
Is there any step i missed for configure the user in Azure? the user is already assing to specific groups in azure
Hi Hendra,
Have you followed the steps are mentioned in the documentation? I can't test this myself since we don't register the roles inside an application via Azure AD.
Greetings,
Vincent
Hi João,
Thank you for the bug report. The solution that I'm thinking of be in the form of;
- Add the user to all roles listed in the payload.- Remove the user from all other application roles.
Would this be sufficient for your use-case?