Skip to content

Authorization for deployed streamsync apps? #70

Answered by ramedina86
gaviriar asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your interest, this can be achieved in a number of ways but they all revolve around using a reverse proxy with a Streamsync app sitting behind.

For example, you can use nginx (needs the Plus version, unfortunately) with the Auth0 module and pass the desired headers:

proxy_set_header username $jwt_claim_sub;

More info here

You can also use cloud services such as Google's Identity Aware Proxy and read its signed headers.

You may have success using cookies, but I haven't explored that yet and I believe the reverse proxy approach is better.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gaviriar
Comment options

@ramedina86
Comment options

Answer selected by gaviriar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants