Hi Support,
I had read the Nifi Rest-api but this only workable for Single-Login.
Now my Nifi Server are implemented to use AzureAD(OIDC) to login.
Below picture is the temporary solution to get the Authorization Bearer token from Web UI (Inspect element)
But what I trying to achieve is to use CLI due to this is not a proper procedure to get the Authorization Bearer Token.
Appreciate if someone could provide the sample of CURL command to get Bearer Token via OIDC method.