create
Creates an IapCredential
with information needed to access the Identity-Aware Proxy (IAP) using OAuth and OpenID Connect. This initiates the Identity-Aware Proxy (IAP) sign-in process by presenting the sign-in page.
The use of a private/ephemeral web browser session is discouraged for IapConfiguration and OAuthUserCredential when using Identity-Aware Proxy (IAP). This is because such usage may lead users to enter their credentials multiple times.
Return
A Result that returns an IapCredential if successful. If an error occurs, the result will contain the error.
Since
200.8.0
Parameters
The configuration details of an application that is registered on the Identity-Aware Proxy (IAP) provider's portal.
A lambda which is invoked when the Identity-Aware Proxy (IAP) user sign in prompt is required.