I had face this issue before you need add header x-proxyscheme: https and x-proxyport:443 in request-transformer for nifi to redirect https header instead of http
Born in 1991 in Freiburg, Germany, I graduated in computer science. I have worked in industry as well as in research, where I specialized in data integration and automation.
Hi Jannik Rebmann,
I am trying this configuration but i am facing some issue .
Using oidc nifi and nifi-registry redirect-uri is coming as below:
Nifi : https://:443/nifi-api/access/oidc/callback
Nifi-registry: http://:80/nifi-registry-api/access/oidc/callback
is there something i am missing. why nifi-registry oidc redirect uri is coming on http. but in logs it is running on https(18443).
Please help me out here.
Hi @anmoln4
I had face this issue before you need add header x-proxyscheme: https and x-proxyport:443 in request-transformer for nifi to redirect https header instead of http
Hope its help you.
Hi @anmoln4
I think I need more information about your OIDC configuration.
The
Callback URLmust be set with your OIDC provider. This is the URL that sends back the OIDC authentication response to your NIFI service.So maybe you have set
http://:80/nifi-registry-api/access/oidc/callbackasCallback URLon your OIDC server?