The difference between authentication and autorization

라이언양 위키
라이언양 (토론 | 기여)님의 2019년 9월 20일 (금) 01:51 판 (새 문서: '''Authentication''' is the process where an entity proves the identity of another entity, typically through credentials, such as a user name and password. Simply put, it means that '...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 가기 검색하러 가기

Authentication is the process where an entity proves the identity of another entity, typically through credentials, such as a user name and password. Simply put, it means that who you are.

Authorization is how your application provides access controls for resources and operations. In other words, it defines what you can do.

한줄요약: 인증(authentication)은 사용자의 유효성을 입증하는 절차이고, 인가(authorization)는 권한을 부여하는 절차이다.