iap_curl icon indicating copy to clipboard operation
iap_curl copied to clipboard

A CLI that is curl wrapper for making HTTP request to IAP-protected app, more easier than curl

Results 4 iap_curl issues
Sort by recently updated
recently updated
newest added

Hey, thanks so much for writing the oauth flow. I have a slightly different use-case (writing the Bearer token to a file for use by other programs), but I couldn't...

Request to IAP app from the browser by using iap_curl logic

[Source code](https://github.com/b4b4r07/iap_curl/blob/master/iap.go#L50-L54) demonstrates that we must have a JSON private key for a service account in order to complete the IAP authentication flow. It's actually not clear if this is...

question

When the service has TLS over a self-signed certificate, iap_curl (which uses curl) returns the standard error: ``` curl: (60) SSL certificate problem: self signed certificate More details here: https://curl.haxx.se/docs/sslcerts.html...