what is the difference between authorization and
authentication?
Answers were Sorted based on User's Feedback
Answer / sujith
authorization means being capable to access some data or
application
authentication is a process of being identified by certain
condition to become authorized...... but at the same time
authentication might not be the only criterion to become
authorized......
There is a narrow gap between these two terms.....
take an example.....
to enter into your e-mail account , you
should be authenticated by user id and pwd... however it
doesn't mean that you are fully authorized to access the
whole page,
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / ashu_deepu
in short
authorisation means giving the authority to a person to have access to resources.
but
authentication means checking whether that person have the access to resources.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / kiran
authorization is the process of granting some privileges to
a particular object
authentication is the process of validation - if he is
allowed to access something-
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / gmvlakshmi
Authentication checks whether the user is valid user or not.
Authorization describes which applications or data an user
can access
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the syntax of CREATE command?
How to use "for" statements in oracle?
Can we create trigger on view in oracle?
What is the difference between translate and replace in oracle?
how table is defined in plsql table? how can i select column from plsql table? can i use select * from plsql table type?
What is execute immediate in oracle?
Hi Every One , What is the table Space in Oracle Database ? waiting for answere and thankyou
Which is better Oracle or MS SQL? Why?
After update how do u know how many records got updated
How can you Enforce Referential Integrity in snapshots ?
How to filter out duplications in the returning rows using oracle?
Explain index?