I was unsure where to seek clarification regarding the explanation, so I decided to post my question here.
I selected LDAP and X.500 as my answers; however, it appears that all three options are considered correct. Could someone please clarify whether Kerberos is an example of an identity store?
literary none of them are identity store (it could be "LDAP store" but only X.500, Kerberos or LDAP as is it's only protocol for query database (X.500 and LDAP) or authenticate, but it do not contain elements of identity.
It's hard to guess what autors of that question have in mind...
LDAP is x.500 based, and LDAP/AD uses Kerberos as its authentication engine. Conversely Kerberos uses a directory for its database.
I think the key here for this question is if we abstract the user identity to being just the Ticket Granting Ticket (Gold Ticket), Kerberos is a store for the relationship to the service tickets (Silver Ticket) effectively making it an Identity store in this context of the question.
Not a great question.
I suppose the value in it is that it is asking you to identify common terms used in identity and access management, but these are three very different things.
I'm not sure the exam you are studying for, but two things:
Hopefully this might help:
An identify store is a generic concept — it is essentialy a repository (database, directory, or service) where digital identities (users, groups, devices, service accounts, etc.) are stored and managed. For example- Active Directory (Microsoft), Azure AD / Entra ID, Okta, Ping, Auth or a simple SQL user table in an app.
X.500 is an international standard created in 1980s used for electronic digital services used like a corporate phone book and LDAP is a light weight version of X.500 created in 1990s so that it could use TCPIP.
Hey @VibeCoder
This question a bit confusing. actually Kerberos is protocol which use identity store to authenticate. But here they are referring that it contains authentication data.