Hey Guys,
We have been trying to set up a SSO for an Enterprise app on Azure.
We have created a security group that has a specific role "Viewer"that all members of our organization are members of. This role has been added manually by editing the app roles.
"appRoles": [{
"allowedMemberTypes": [
"User"
],
"description": "msiam_access",
"displayName": "msiam_access",
"id": "xxx",
"isEnabled": true,
"origin": "Application",
"value": null
},
{
"allowedMemberTypes": [
"User"
],
"description": "ProductRole",
"displayName": "ProductRole",
"id": "xxx",
"isEnabled": true,
"origin": "ServicePrincipal",
"value": "viewer"
}
The role has been added to the group but the "Viewer" role doesn't apply when a users signs in. They have the "None" role.
Can you please help out?
Best regards