Skip to content

Commit

Permalink
FAQ-IAP for non-http traffic (#372)
Browse files Browse the repository at this point in the history
* add does an IAP handle non-HTTP traffic to FAQ
  • Loading branch information
drnickiw authored and osterman committed Jan 23, 2019
1 parent 89ec6bb commit 60c2d32
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/faq/how-does-IAP-handle-non-HTTP-traffic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "How does an Identity-Aware Proxy handle non-HTTP traffic?"
description: "It does not handle non-HTTP traffic because it’s designed to work with OAuth 2."
tags:
- Identity-Aware Proxy
- non-HTTP traffic
- OAuth 2
- VPN
---

## Question

If we use an Identity-Aware Proxy (IAP), how does it handle non-HTTP traffic?

## Answer

IAP does not handle non-HTTP traffic because it’s designed to work with OAuth 2, which is strictly an HTTP-based authentication scheme. Non-HTTP traffic must flow over SSH tunnels or via a VPN (e.g. OpenVPN).

0 comments on commit 60c2d32

Please sign in to comment.