Checking if user is signed in to Azure Video indexer account

Vishnoi, Astha 160 Reputation points
2024-06-07T06:56:57.6033333+00:00

How can we verify whether a user is signed into an Azure Video indexer account before sharing the video link of an ARM video indexer account?

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
68 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,014 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 18,501 Reputation points
    2024-06-07T10:46:53.6166667+00:00

    You can do (3 things in my mind the 2 first ones are from this old thread) :

    1. Session Cookies: If you're making a website, you can use cookies to remember when someone logs in.
    2. Azure Active Directory: If your app uses Azure Active Directory, it might already have tools to manage logins.
    3. Authenticate the User, and then you Get an Access Token by obtaining the access token for the Azure Video Indexer API using the authenticated user credentials. Then use the access token to call the Azure Video Indexer API and verify if the user has access to the Video Indexer account and its resources.