Azure Media Service using .Net Core

Imran Alam 1 Reputation point
2021-09-30T07:57:45.49+00:00

Hi Team,

Could you please help on the below query:

I have 2 applications related to one another, 1st application is on azure AD and available for all azure AD users. from this app we will be pushing some data to 2nd application. 2nd application will be on forms authentication. we need to have integration of azure media services to both of these apps

so, if I enable authentication on azure media service, how can I render the videos/ audio from media services to both applications

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.
302 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,383 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Imran Alam 1 Reputation point
    2021-10-01T05:56:03.407+00:00

    Hi John,

    Thanks for your response,

    Render means, we need to authenticate (AAD and Form Authentication) for the both application and render on the web page (.NET Core 3.0).

    we are trying to stream the content to users of AAD and Form authentication after successfully validate both authentication (AAD and Form), than content will deliver an encrypted stream and render on the web pages.

    Please let me know if you require any input from my side.

    Thanks in advance