Can anyone comment on this scenario belong to authentication or authorization
Authentication : User is logging with username & password - called authentication.
Authorization : User has some role - called authorization.
If I have only username and user Id and want to check from DB what it called ? Authorization or Authentication ?
Could anyone comment on this ?
Thanks