Im looking at the new Keycloak Beta 4 API. When i get the users account information, what is referred to as 'id' in the web ui comes back as 'sub' in the account object.
{ sub: '25a37fd0-d10e-40ca-af6c-821f20e01be8',
name: 'Barrack Obama',
preferred_username: '[email protected]',
given_name: 'Barrack',
family_name: 'Obama',
email: '[email protected]' }
What is 'sub' and is this a safe uuid to map database objects to?