[
https://issues.apache.org/jira/browse/NIFI-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181209#comment-16181209
]
ASF GitHub Bot commented on NIFI-4382:
--------------------------------------
Github user jtstorck commented on the issue:
https://github.com/apache/nifi/pull/2177
I just ran a test with audiences set in Knox, and if there's a space after
one of the commas in the KnoxSSO config, it will end up sending that space as
part of the audience value. For example,
```xml
<param>
<name>knoxsso.token.audiences</name>
<value>foo,bar, baz</value>
</param>
```
With that config, NiFi will see three audiences, "foo", "bar", and " baz".
Notice the space in front of baz.
> Add KnoxSSO support to NiFi
> ---------------------------
>
> Key: NIFI-4382
> URL: https://issues.apache.org/jira/browse/NIFI-4382
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Jeff Storck
> Assignee: Jeff Storck
>
> Add support for KnoxSSO to NiFi.
> Reference documentation:
> http://knox.apache.org/books/knox-0-13-0/dev-guide.html#KnoxSSO+Integration
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)