Conflicting answers to a question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 10:51 PM
What are two key aspects of LDAP authentication : I strongly choose Authentication & Authorization. I've seen some say Data Population..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 11:18 PM
I have tried a search in the ServiceNow administration fundamentals: participant guide and have had no luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 11:29 PM - edited 09-12-2024 11:29 PM
Hi,
If we are specifically talking about "LDAP Authentication" it's only about one thing: Verifying the identity and credentials of an account in a Directory Service using the Lightweight Directory Access Protocol (LDAP). The key word is Authentication.
LDAP can be used for data population as well, but then it's not authentication.
Regards,
Niklas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 02:15 AM
Authentication yes, but Authorization no is what you're saying....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 07:46 AM
Hello again,
To me, authentication and authorization are two distinct concepts. For that reason, I wouldn't include authorization under the umbrella of LDAP authentication, even though they're closely related and often used together.
- Authentication is about verifying a user's identity (e.g., asking, "Who are you?").
- Authorization determines what resources or actions the user is allowed to access after authentication (e.g., asking, "What can you do?").
That said, the distinction can easily blur. LDAP is a protocol for directory services, and it can be used for both authentication and authorization, as well as storing information. So, the interpretation of "LDAP authentication" really depends on how strictly we define it.