Hello Team,
I wanted to make '/bluebutton-callback' secure so that only Bluebutton can access it. I understand BB sends State and other Params while calling back for which I can make logic to protect API.
But my goal is - even the request should not reach to our '/bluebutton-callback' URL.
To make it secure I was thinking if it is a POST request from BB to our '/bluebutton-callback' then I may introduce CORS or allowed-origin or BB can provide Token or BB IP Whitelisting or any other way.
Looking forward for your suggestion so that our '/bluebutton-callback' can be utilised by BlueButton only as Redirect URI?
Thanks