-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC-31263 Document security manager user authentication #18322
Conversation
https://track.hpccsystems.com/browse/HPCC-31263 |
devdoc/SecurityUserAuthentication.md
Outdated
the user is added to the permissions cache, if enabled, to prevent repeated trips to the AD whenever an | ||
authentication check is required. | ||
|
||
During an authentication, if enabled, the permission cached is interrogated to see if the user is currently |
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.
"permission cache" without the "d"?
devdoc/SecurityUserAuthentication.md
Outdated
During an authentication, if enabled, the permission cached is interrogated to see if the user is currently | ||
cached. If so, the authentication status of the user from the cache is returned. If caching is not enabled, | ||
digital signatures, if configured for the platform, are used to prevent multiple trips to the AD for each | ||
user. The signature is used to detect if there has been a change to the user. If changed, the user is marked |
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.
What kind of change to the user does the signature checking detect?
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.
One minor comment and one request for clarification.
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.
minor comments inline
devdoc/SecurityUserAuthentication.md
Outdated
The _authenticate_ method, or any of its overloads or derivatives, accepts a resource or resource list and a user. | ||
These methods authenticate the user first before checking access to the specified resource. | ||
|
||
ECLWatch uses user authentication during authorization during its log in process. Instead of first authenticating |
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.
ECL Watch s/b two words
devdoc/SecurityUserAuthentication.md
Outdated
|
||
ECLWatch uses user authentication during authorization during its log in process. Instead of first authenticating | ||
the user, it calls an authenticate method passing both the user and the necessary resources for which the user must | ||
have access in order to log into ECLWatch. |
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.
ECL Watch s/b two words
Added document covering user authentication for defined security managers Signed-Off-By: Kenneth Rowland [email protected]
bb6dd3d
to
a0eb7cd
Compare
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.
Looks good from my POV
@ghalliday Please merge |
Added document covering user authentication for defined security managers
Signed-Off-By: Kenneth Rowland [email protected]
Type of change:
Checklist:
Smoketest:
Testing: