r300mrg
r300mrg
Any update? Would be very useful to have this option when creating a function app. Thanks
> Hi @r300mrg , Have you tried disabling the inheritance of headers from the client request? I mean adding `proxy_pass_request_headers off;` to the `/_refresh` and `/_token` locations in the `openid_connect.server_conf`...
@route443, I deployed the change you suggested (excluding `proxy_set_header Access-Control-Allow-Origin *;`) and at present my testing I'm seeing mixed results. When the token expires its either ok, or I get...
Thank you @route443! I'm not even going to pretend to be an expert (this is all new to me) :) Effectively we are using the code here as it is,...
Hi @route443, my configuration is effectively the same as this main repo: **`configure.sh`** - as per latest main repo. **`openid_connect.js`** - as per latest main repo. **`openid_connect.server_conf`** - as per...
@route443 sorry for the delay. Other work priorities and getting access to my dev environment are delaying my investigations/testing. I will get back once I have an update or further...
Hi @route443, Thank you for your patience, and apologies for the long reply that follows. I created a basic `frontend.conf` as below, to test with simple html pages. This had...
Hi @route443, Just an update on our investigations and updates from my side. The error log entry `js: OIDC refresh response did not include id_token` looks to have been fixed....
I have just hit this issue and the latest documentation has --tags as optional and no mention of hidden tags in the parameters section (but does under the example???), yet...