How to access to user context Id from a framework ?

Are you missing a feature? Request its implementation here.
Vince
Posts: 64
Joined: Wed Dec 03, 2014 11:25 am

How to access to user context Id from a framework ?

Post by Vince »

Hello,

We implement a plugin following your documenttaion with https://www.oxygenxml.com/doc/versions/ ... _auth.html.
Now I want to perform http requests from a framework to our CMS with Authentication.
But how can we get UserContext and related contextId from SessionStore ?

Thanks
Vincent
mihaela
Posts: 490
Joined: Wed May 20, 2009 2:40 pm

Re: How to access to user context Id from a framework ?

Post by mihaela »

Hello,

There is a sample plugin in our sample plugins repository, called web-author-view-file-as-text, that contains an AuthorOperation that uses the context id from the currentURL. Please check and see if this is helpful for your use case. If not, please give us more details about what you try to obtain and we will search for a solution.


Best Regards,
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
Vince
Posts: 64
Joined: Wed Dec 03, 2014 11:25 am

Re: How to access to user context Id from a framework ?

Post by Vince »

Hello,

Thank you for give me this sample plugin. It is helpful for my use case. I can now call CMS from my framework extensions bundle.

Regards,
Vincent
mihaela
Posts: 490
Joined: Wed May 20, 2009 2:40 pm

Re: How to access to user context Id from a framework ?

Post by mihaela »

Hi,

We are glad that the plugin helps you.
Please let us know if you need further assistance.

Best Regards,
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
Post Reply