Hello, I have a system up and running that allows other members of my team to monitor unshared NIFI work. I collected user action logs via /flow/history REST API for monitoring unshared user's action. In this operation, my system used LDAP, and i set the system user account for REST API.
Recently, I changed user authentication mechanism as OKTA SAML. After that, i cannot use REST API because i cannot get an auth token under OKTA SAML env. OKTA doesn't provide REST API for assertion information. So i tried to use a provenance reporting task, but i couldn't get user's identification in the provenance data. In this case, how can i get a user action logs? Please advise for my issues. It would also be very helpful if you could talk to me about how to add user's identification to the provenance data. Best regards, DongCheol Gong
