주 메뉴 열기

바뀜

The difference between authentication and autorization

542 바이트 추가됨, 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)는 권한을 부여하는 절차이다.

[[분류:보안]]
[[분류:CISSP]]