Member since
08-17-2023
3
Posts
0
Kudos Received
0
Solutions
08-18-2023
12:12 AM
Hi, My version is 1.20. It is a JWT token between 400-500 bytes. I missed "Response Body Attribute Size" parameter, I can set arbitrary size to attribute. After changing it I am able to pass full length of my token.
... View more
08-18-2023
12:02 AM
Hi, Not exactly oAuth2, I send Authorization: Bearer [API KEY] header to /auth endpoint via POST request and get a JWT access token. Which then I have to use as an auth header to access resources. In StandardOauth2AccessTokenProvider I am not able to use simple Bearer token in header.
... View more
08-17-2023
07:01 AM
Hi there, sorry for my silly question. I have a InvokeHTTP processor which returns plaintext access token in the response body, since it is larger than 256 bytes I cannot assign it to an attribute. I need to use the token in another InvokeHTTP as a header to retrieve data. Token is a plain text (not a json). Thanks!
... View more
Labels:
- Labels:
-
Apache NiFi