You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For details please read on https://medium.com/@chnzhoujun/how-to-resolve-sni-issue-when-upgrading-to-nifi-2-0-907e07d465c5[this article].
56
+
57
+
== `authorization_request_not_found` when using multiple NiFi nodes
58
+
59
+
In case you are using multiple NiFi nodes and OpenID connect as authentication method, it is important that a client (such as your Browser) always accesses the same NiFi instance.
60
+
Otherwise the `authorization_request_not_found` error is returned.
61
+
62
+
If you are using an nginx ingress, you can achieve this with the following annotations:
0 commit comments