Github user mdunker commented on a diff in the pull request:
https://github.com/apache/usergrid/pull/459#discussion_r49250461
--- Diff:
stack/services/src/main/java/org/apache/usergrid/security/tokens/cassandra/TokenServiceImpl.java
---
@@ -267,6 +288,7 @@ public void importToken(String token, TokenCategory
tokenCategory, String type,
Assert.notNull( principal.getType() );
Assert.notNull( principal.getApplicationId() );
Assert.notNull( principal.getUuid() );
+ // workflowOrgId would be taken from state
--- End diff --
delete line
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---