-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
060d309
commit 8cce1d2
Showing
3 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8cce1d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would call this overspecification (of one particular mechanism, namely Kerberos) and, at the same time, underspecification (because it does not detail how Kerberos is used). I demonstrated Kerberos, but only as one possible mechanism that can be used outside the scope of JavaScript code like remoteStorage. As I've repeatedly said, X.509 certificates are another option, and there are TLS specifications that have not met wide adoption that could do similar things (OpenPGP, SRP, and who knows what people will invent).
May I suggest that you reformulate into something like this:
and
I would not actually mention Kerberos at all; it will only raise lots of detailed questions when you do, which is not very useful since the whole idea is to avoid having to deal with authentication/authorisation yourself. This is why I called it implied or implicit mode.
8cce1d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, i'll have a look at that.