-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can an externally defined user make rest calls to Jaspersoft user? #292
Labels
Comments
Hi, this case isn't supported by JSRest client now, let mark this issue as enchancement. |
When will you be able to implement the enhancement? |
jnguyen310
pushed a commit
to jnguyen310/jrs-rest-java-client
that referenced
this issue
Aug 14, 2017
@shaunthomas999 I have created a pull request that allowed me to use token authentication. Maybe you can check that out. |
jnguyen310
pushed a commit
to jnguyen310/jrs-rest-java-client
that referenced
this issue
Aug 16, 2017
jnguyen310
pushed a commit
to jnguyen310/jrs-rest-java-client
that referenced
this issue
Aug 16, 2017
TanyaEf
added a commit
that referenced
this issue
Aug 17, 2017
TanyaEf
added a commit
that referenced
this issue
Aug 17, 2017
…uthentication Revert "#292 enable token authentication"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an externally defined user and token based authentication is used.
How can I make REST calls (say, to schedule a job) using jrs-rest-java-client in this context? The documentation only tells about using username & password and anonymous session.
The text was updated successfully, but these errors were encountered: