Background:
I am attempting to create a New Swagger File in IICS, however, am facing challenges authenticating via Bearer token, due to truncation w/authorization headers.
Specifics
As the API I am calling uses Bearer Token authentication, I believe I can ignore the Username
, Password
, Token
, Token Secret
, Password
, Consumer Key
, Consumer Secret
fields, and instead define an Authorization header as follows -
Authorization Header{"Authorization": "Bearer eyJ0eXAiOiJKV1QiDYsIm5iZiI6MTY3NTEzMTU2NiwiZXhwIjoxNzA2 etc..."}
Problem
Unfortunately, the Headers:
field has a maximum character limit < the length of the bearer token.
Does anyone know if I am (1) correctly trying to authenticate (2) know of any way around this truncation challenge?
Asked
Active
Viewed 56 times
0