Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ-IAP for non-http traffic #372

Merged
merged 7 commits into from
Jan 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).