How to embeded media widget in our own application

hi all,
I'd follow the instruction and the demo code in https://developer.opentext.com/ce/products/media-management/documentation/media-management-media-widget-224/1
but it appears that I need the Adminstrator role to access the widget

what settings in teams that can change the permission that only adminstrator can access the widget ? thanks for help

Answers

  • Hello,

    To adjust permissions for accessing widgets in Microsoft Teams, you’ll need to manage admin roles. Here’s how you can do it:

    Teams Administrator Roles:
    Teams has several admin roles, each with different capabilities.
    The Teams Administrator role allows managing the entire Teams service, including creating Microsoft 365 Groups, configuring meetings, voice settings, messaging policies, and more.
    To access the Teams admin center and associated PowerShell controls, you need this role.
    Assigning Admin Roles:
    As an admin, designate roles by following these steps:
    Sign in to Microsoft 365.
    Navigate to the admin center.
    Go to Users > Active users.
    Select the user you want to assign an admin role to.
    Under Roles, choose Manage roles. (Official Site)
    In the Manage roles card, select Admin center access and check the Teams service admin checkbox.
    Fine-Tuning Permissions:
    If you need more granular control, consider using the Graph API with limited permissions (e.g., Group.Read.All or GroupMember.Read.All).
    Unfortunately, there isn’t a pure “read-only for Teams” role, but you can tailor permissions based on your needs.
    Remember to adjust roles according to your organization’s requirements.

    Hope this will help you.
    Best regards,
    samuel898