bitter-city-92566
08/09/2022, 8:16 AMproud-plumber-24205
08/09/2022, 8:19 AMory proxy/tunnel
bitter-city-92566
08/09/2022, 8:26 AMproud-plumber-24205
08/09/2022, 8:56 AMOry proxy
and instead keep the Ory tunnel
as the only option in future.
I'm wondering how does the Azure API manager get protected from unauthorized requests? Can it extract the cookie / JWT from the header and verify it for you? Or do you need to setup a decision proxy?bitter-city-92566
08/09/2022, 11:47 AMwhoami
endpoint for session validation - not sure if this is idiomatic, but felt it was suitable for my proof of concept. The Ory localhost session cookies are not available to me though as I’m calling a different domain (you can’t run the api - or micro-service layer on localhost). I’m assuming I’m not the first to have this issue - perhaps I need a better local proxy solution. I was hoping mine was a common use case and there may be a document solution?proud-plumber-24205
08/09/2022, 12:00 PMory tunnel
was developed in response to mirroring the Ory Cloud APIs for your local environment - assuming that all required software would also be localhost. The only way around this would be to intercept the call from your React UI to Azure and rewrite the cookies back to your domain (basically what ory proxy / tunnel
does)proud-plumber-24205
08/09/2022, 12:04 PMproud-plumber-24205
08/09/2022, 12:10 PMbitter-city-92566
08/09/2022, 1:25 PMhigh-optician-2097
high-optician-2097
bitter-city-92566
08/09/2022, 3:34 PMhigh-optician-2097