Domino OAuth2 Provider Beta Release by KTrick

I would like to introduce our new solution called “Domino OAuth2 Provider (DOAP)”.
We developed OAuth2 provider that can run on IBM Domino server.

Our Domino OAuth2 Provider (DOAP) brings true OAuth2 capability to your IBM Domino Servers.
Since we decided to provide DOAP community edition for Non-Commercial Use Only, everyone can download and use it.

Please visit our DOAP website and get the DOAP installer and free license

https://doap.ktrick.com/

Once after you download our DOAP, please follow the tutorial about how to install DOAP: https://doap.ktrick.com/portfolio/tutorial/

 

Please try our “Domino OAuth2 Provider (DOAP)”. Any feedback is really appreciated.

For more detail, you might want to check our FAQ page: https://doap.ktrick.com/faq/

 

Open Source Project “DOAP Sample Chat app with Domino”

To feel the power of OAuth2 capability with IBM Domino, we open-sourced node.js application called “DOAP Sample Chat app with Domino”.

Please download/clone  the code and check the instruction of how to run app from here: https://doap.ktrick.com/portfolio/domino-nodejs-chat/

This sample chat application is written by Node.js, web-socket and OAuth module to communicate with DOAP.

After the user login to Domino via Domino OAuth2, they can start chatting immediately on the web based node.js page. The chat comments are also synchronized with discussion nsf in the background. To pull/push the comments from/to the document of discussion nsf, we access to URL of Domino Data Service(aka Domino REST service) with Domino OAuth accessToken in the request body so that the token authorize the each requests seamlessly.

Below is the demo movie, please turn on the caption of the movie to understand what’s going on.