Andrew Pollack's Blog

Technology, Family, Entertainment, Politics, and Random Noise

Undestanding how OAUTH scopes will bring the concept of APPS to your Domino server

By Andrew Pollack on 03/26/2019 at 05:07 AM EDT

While a full description of OATH is way beyond what I can do in this quick blog entry, I wanted to talk a bit about how "SCOPES" interact with the already rich authorization model used by Domino.

Thanks to the fantastic work by John Curtis and his team, the node.js integration with Domino is going to be getting a rich security model. What we know is that a user's authorizations will be respected through the node.js application to the Domino server -- including reader names, ACLs, Roles, and so on. The way that will be done is an "OAUTH" authentication and authorization model.

To understand why this is important, you need to realize that the node.js application is a separate thing from the Domino server itself. Each node "Application" will have it's own credentials to access the services you create and publish in Domino. Consider the following applications:

Node Application 1 is an interactive cafeteria menu application. The daily menu is stored in a domino database called "menus.nsf". Most users have read access to this, but a few of them have author access to create each day's menu. The node.js application also has a feedback area, and it interacts with "cafFeedback.nsf". Users have depositor access there.

Node Application 2 is an HR system that lets users change their tax status for their payroll. It interacts with "payroll.nsf".

In a traditional Domino environment, users would log on to the Domino server and no matter which application they used, it would be done under the same access credentials.

In a Node.js aplication, it is the APPLICATION that first needs access to the Domino resources, and then it needs to do things in Domino on your behalf. That's what OAUTH does. OAUTH allows you to create a sort of passkey that allows the cafeteria application to access the Domino server under your credentials, without actually giving your password to that application. The same is true for the payroll application.

With OAUTH scopes, you'll be giving the cafeteria application the authority to act on behalf of a user in the "menus.nsf" and the "cafFeedback.nsf" but no where else. The Cafeteria application's ability to act on behalf of users under their credentials does not extend to using those same credentials in the "payroll.nsf" application or in their mail file or anywhere else that is out of SCOPE for the Cafeteria application. The APP has its own limits regardless of what user is using the app. User limits are still respected within the scope the application has access to.

I hope this helps make scopes a bit more clear.


There are  - loading -  comments....

re: Undestanding how OAUTH scopes will bring the concept of APPS to your Domino serverBy Bob Balaban on 04/03/2019 at 09:39 PM EDT
Is this type of access only available via node.js apps? Or can it support other
languages?
re: Undestanding how OAUTH scopes will bring the concept of APPS to your Domino serverBy Andrew Pollack on 04/04/2019 at 11:56 AM EDT
Well, it's OAUTH so it's much closer to a design pattern than a functional
standard that you can duplicate. Each implementation of OAUTH is different.
That said, there should be no reason why you couldn't use other things to
integrate and get an OAUTH token for your app. Even the whole high-speed way
that node will connect to Domino is following a standard that other application
systems can in theory use.

How that will work remains to be seen I think, as it's still evolving.


Other Recent Stories...

  1. 01/26/2023Better Running VirtualBox or VMWARE Virtual Machines on Windows 10+ Forgive me, Reader, for I have sinned. I has been nearly 3 years since my last blog entry. The truth is, I haven't had much to say that was worthy of more than a basic social media post -- until today. For my current work, I was assigned a new laptop. It's a real powerhouse machine with 14 processor cores and 64 gigs of ram. It should be perfect for running my development environment in a virtual machine, but it wasn't. VirtualBox was barely starting, and no matter how many features I turned off, it could ...... 
  2. 04/04/2020How many Ventilators for the price of those tanks the Pentagon didn't even want?This goes WAY beyond Trump or Obama. This is decades of poor planning and poor use of funds. Certainly it should have been addressed in the Trump, Obama, Bush, Clinton, Bush, and Reagan administrations -- all of which were well aware of the implications of a pandemic. I want a military prepared to help us, not just hurt other people. As an American I expect that with the ridiculous funding of our military might, we are prepared for damn near everything. Not just killing people and breaking things, but ...... 
  3. 01/28/2020Copyright Troll WarningThere's a copyright troll firm that has automated reverse-image searches and goes around looking for any posted images that they can make a quick copyright claim on. This is not quite a scam because it's technically legal, but it's run very much like a scam. This company works with a few "clients" that have vast repositories of copyrighted images. The trolls do a reverse web search on those images looking for hits. When they find one on a site that looks like someone they can scare, they work it like ...... 
  4. 03/26/2019Undestanding how OAUTH scopes will bring the concept of APPS to your Domino server 
  5. 02/05/2019Toro Yard Equipment - Not really a premium brand as far as I am concerned 
  6. 10/08/2018Will you be at the NYC Launch Event for HCL Domino v10 -- Find me! 
  7. 09/04/2018With two big projects on hold, I suddenly find myself very available for new short and long term projects.  
  8. 07/13/2018Who is HCL and why is it a good thing that they are now the ones behind Notes and Domino? 
  9. 03/21/2018Domino Apps on IOS is a Game Changer. Quit holding back. 
  10. 02/15/2018Andrew’s Proposed Gun Laws 
Click here for more articles.....


pen icon Comment Entry
Subject
Your Name
Homepage
*Your Email
* Your email address is required, but not displayed.
 
Your thoughts....
 
Remember Me  

Please wait while your document is saved.