Auhorization Type 정리

2025. 2. 2. 10:26·🔹PostMan
728x90
SMALL

✅ Postman Authorization Type 정리

Auhorization
Type
의미 예시
No Auth 인증 없음 공용 API 호출 시 사용 (curl -X GET http://example.com/api)
API Key 요청 헤더 또는 쿼리 파라미터에 API 키 포함 curl -X GET "http://example.com/api" -H "x-api-key: YOUR_API_KEY"
Basic Auth 사용자명과 비밀번호를 Base64로 인코딩하여 인증 curl -X GET "http://example.com" -H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ="
Bearer Token JWT 또는 OAuth 토큰을 사용한 인증 방식 curl -X GET "http://example.com" -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Digest Auth 요청마다 암호화된 해시값을 생성하여 인증 curl --digest -u "username:password" http://example.com
OAuth 1.0 OAuth 1.0 프로토콜을 사용한 인증 (Twitter API 등) curl --header "Authorization: OAuth oauth_consumer_key=..., oauth_signature=..."
OAuth 2.0 토큰 기반 인증 방식 (Google, Facebook API) curl -X GET "http://example.com" -H "Authorization: Bearer YOUR_OAUTH2_TOKEN"
Hawk Authentication 암호화된 요청 서명을 포함하여 인증 curl -X GET "http://example.com" -H "Authorization: Hawk id=..., mac=..."
AWS Signature AWS 서비스 요청을 위한 서명 기반 인증 curl -X GET "http://s3.amazonaws.com/bucket" -H "Authorization: AWS YOUR_ACCESS_KEY:YOUR_SIGNATURE"
NTLM Authentication Windows 기반 네트워크 인증 (Kerberos와 연계) curl --ntlm -u "domain\username:password" http://example.com
LIST

'🔹PostMan' 카테고리의 다른 글

Auth Type > Basic Auth  (0) 2025.02.03
Postman Mock Server 생성 절차  (0) 2025.02.01
Postman 동적 변수  (0) 2025.01.31
[Postman] Scripts > Snippets 예제 분석  (0) 2025.01.31
[Postman] 회원 가입 및 인증 시나리오 API 요청 절차 표  (0) 2025.01.30
'🔹PostMan' 카테고리의 다른 글
  • Auth Type > Basic Auth
  • Postman Mock Server 생성 절차
  • Postman 동적 변수
  • [Postman] Scripts > Snippets 예제 분석
terranbin
terranbin
Studying Computer Science
  • terranbin
    Engineer
    terranbin
  • 전체
    오늘
    어제
    • 분류 전체보기 (129)
      • ☁️Cloud (42)
        • AWS (38)
        • MS Azure (4)
      • 🐳 Infra (1)
        • System (12)
        • DRBD (3)
      • 🔌Network (8)
      • 🔹Storage (8)
      • 🔹Kubernetes (15)
      • 🔹 DevOps (8)
      • 🔹Study (4)
      • 🔹Install (6)
      • 🔹ETC (2)
      • 🔹PostMan (6)
      • 🔹Openstack (3)
      • 🔹RcloneView (6)
      • 🔹Test (0)
      • 🔹Debug (2)
      • 🔹DBMS (2)
  • 블로그 메뉴

    • 홈
  • 링크

    • sungbin
    • Github
  • 공지사항

  • 인기 글

  • 태그

    rcloneview
    centos7
    설치
    rocky9
    aws dlt
    terraform
    postman
    Google Drive
    distributed load testing
    EC2
    SAA
    EBS
    rocky8
    ceph
    network
    kubectl
    AWS
    S3
    kubernetes
    OpenStack
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
terranbin
Auhorization Type 정리
상단으로

티스토리툴바