Security & IT terms
[Day 12] Authentication(인증), Authorization(인가)
minimalist_2022
2020. 8. 22. 12:42
Authentication(인증)
- 일반적으로 User Name/User ID와 Password를 통해 자산의 신원을 입증하는 것
- Authentication 과정은 자신을 확인하는 프로세스
Authorization(인가)
- Authentication 성공 후, system, resource에 대한 접근을 허용하는 것
- Authorization 과정은 엑세스 권한이 있는 항목을 확인하는 프로세스
※ 참고
https://medium.com/datadriveninvestor/authentication-vs-authorization-716fea914d55
Authentication vs Authorization
Today I’m going to discuss two topics that most people tend to confuse. Both the terms are often used in conjunction with each other when…
medium.com