Search found 12 matches

by ncroze
Thu Oct 17, 2019 7:48 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

Hello Michael, Again, thanks for your help, now, i can navigate into our document architecture and i can now read a document provided by my main application. Your API is really practical to use. However, I have a last question for you :P : - Can I configure the two parameters (BASE_REST_URL and Root...
by ncroze
Thu Oct 17, 2019 3:51 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

You can ignore my last message. It's definitively on my side.

Thanks for your help Michael.

Regards,
Nicolas CROZE
by ncroze
Thu Oct 17, 2019 2:46 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

Sorry I didn't looked at your additional log propertie line, I directly went on documentation linked, my bad. Here is the new log, but I don't understand why it's a 404 code return, while I pass into my REST controller which only return the folder list into expected format and set to response a HTTP...
by ncroze
Thu Oct 17, 2019 1:11 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

I have already my Author Web's logs in debug mode activated, as u mentionned. :wink: But no log is displayed excepted this stacktrace associated to an Exception raised up into a RestFileBrowser class which I can't debug in.. (only .class available). See screenshot below : https://image.noelshack.com...
by ncroze
Thu Oct 17, 2019 12:01 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

Hello Michael, I solved my first problem but i was still on the second one and I'm pretty sure that I'm returning the good JSON format with good HTTP status. As you can see below, first screenshot is representing a good browsing request and the second one reprensents my REST_SERVER log which indicat...
by ncroze
Wed Oct 16, 2019 6:52 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

Oh yes! I'm now making business with the rest of the API. Big thanks for your informations. Unfortunately, I still have two problems on which you surely could help me : 1. Even if application redirects me to rest-login-callback with the good Cookies, pop up is still openned after successfull authent...
by ncroze
Wed Oct 16, 2019 4:09 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

Hello Michael, Thanks for your reactivity. These are the actual cookies in picture (after authentication) : https://image.noelshack.com/fichiers/2019/42/3/1571231319-cookies.png Effectively I never check this "Path" information. Do you know can I simply manage its value in my case ? The fa...
by ncroze
Wed Oct 16, 2019 3:04 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

So I have to build a specific web author page to manage authentication, isn't it ? Because I already respect all points listed above, as I explained in my last message. The little difference between your informations and my current settings is that BASE_REST_SERVER_URL/rest-login redirect to another...
by ncroze
Tue Oct 15, 2019 7:15 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

Hello Michael, Sorry, i was on vacation and i just came back today. I look at your informations (origin documentation, same origin policy, author web rest-api documentation,..) and i'm already into the described configuration. There is just for one thing I think i'm wrong than your schema : The WebA...
by ncroze
Wed Oct 02, 2019 6:39 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

Hello Michael,

I just verified this point into the code and log info, and I already redirect to $WEB_AUTHOR_URL/plugins-dispatcher/rest-login-callback. I just paste the wrong URL into my description, sorry for this missed copy/paste.

Thanks in advance.

Regards,
Nicolas CROZE
by ncroze
Wed Oct 02, 2019 6:29 pm
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Re: Web Author - REST Plugin Auth

Hello Michael,

I paste the last URL present from your documentation inside my topic description but in fact, i'm already redirecting to $WEB_AUTHOR_URL/plugins-dispatcher/rest-login-callback. Sorry for this missed copy/paste.

Thanks in advance.

Regards,
Nicolas
by ncroze
Mon Sep 30, 2019 11:49 am
Forum: Feature Request
Topic: Web Author - REST Plugin Auth
Replies: 20
Views: 8505

Web Author - REST Plugin Auth

Hello, I write to you today because i was implementing the different endpoints described into your documentation (https://github.com/oxygenxml/web-author-rest-plugin/blob/BRANCH_OXYGEN_RELEASE_21_0/docs/API-spec.md) last week, and for these points there is no real blocking problem. But on part indic...