how to add array to token #652
Answered
by
cezarywysocki
cezarywysocki
asked this question in
Q&A
-
when we send data to mutator
next we send it to next mutator
but at the end JWT, generated by oathkeeper, looks like:
how can we fix
|
Beta Was this translation helpful? Give feedback.
Answered by
cezarywysocki
Mar 4, 2021
Replies: 1 comment 2 replies
-
as i understood from site gjson.dev [1] so, IMO this is a bug in oathkeeper. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as i understood from site gjson.dev [1]
print .Extra.aud
should paste:["app1", "app2"]
but instead it paste:
[app1 app2]
so, IMO this is a bug in oathkeeper.
[1]