Skip to content

HTTP Authorization

HTTP authorization controls who can access your protected video content. It ensures only authorized users can watch your streams.

HTTP Auth

Before configuring authorization in Astra, you need to understand how the process works.

  1. Get channel list from Middleware

    List of TV channels

    The client sends their login credentials to your Middleware system. If the credentials are valid, the Middleware returns a list of channels the user can access. Each channel includes a unique token for later authorization.

  2. Request channel from Astra

    Request Channel

    When the user selects a channel, their video player sends a request to Astra with the unique token from Step 1.

  3. Astra authorizes the request

    Astra checks the token against the configured authorization method. If the token is valid, Astra returns the channel stream. If not, it responds with an error.

Choose the method that best fits your security needs and existing infrastructure.