Azure Media Service with SSO

adele vance 1 Reputation point
2021-09-16T04:45:36.9+00:00

Hi there,

Hope you all doing well.

I have a question regarding with Azure Media Service.
When I provide some contents to end-users via AMS, do I set the Single Sign on authentication based on Azure AD?

Any comments would be appreciated. :)

Thank you

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
315 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,629 questions
{count} votes

1 answer

Sort by: Most helpful
  1. John Deutscher 241 Reputation points
    2021-09-16T17:05:44.773+00:00

    I think you are asking about Content Protection using AAD right? It's not an out of the box feature, but can be built.

    See this tutorial showing how to use AAD authentication along with AES-128 content encryption. It is best if you have some knowledge and background in security and identity before going down this path.

    https://learn.microsoft.com/en-us/azure/media-services/latest/architecture-azure-ad-content-protection

    It is optional but recommended that you are familiar with the following concepts before beginning this tutorial:

    Digital Rights Management (DRM)
    Azure Media Services (AMS) v3
    AMS content key policies using the AMS API v3, Azure portal, or the Azure Media Services Explorer (AMSE) tool
    Azure AD v2 endpoints on the Microsoft Identity Platform
    Modern cloud authentication such as OAuth 2.0 and OpenID Connect
    Authorization code flow in OAuth 2.0 and why PKCE is needed
    Delegated permission vs application permission
    JWT token, its claims, and signing key rollover (included in sample.)

    0 comments No comments