Forum OpenACS Development: Oauth2 in OpenACS

Collapse
Posted by Neophytos Demetriou on
Greetings to all,

I am interested in developing an oauth2 library for TCL and thus for NaviServer. I will provide a sample OpenACS package as a proof of concept that uses the TCL/C/NaviServer module to integrate Oauth2 to OpenACS.

I would appreciate any comments or suggestions on this project. Thanks for reading!

Collapse
2: Re: Oauth2 in OpenACS (response to 1)
Posted by Gustaf Neumann on
Check out xooauth, configuring identity providers, and its usage with LTI services. This is integrated with the OpenACS identity management, including API (such as auth::require_login, logout etc.) and Web interface.

There is as well a presentation of Sebastian Scheder at the recent OpenACS conference.

Collapse
3: Re: Oauth2 in OpenACS (response to 2)
Posted by Neophytos Demetriou on
Thank you I will check them out over the weekend.
I already started watching the presentation and it is very interesting.