Property IapClientId
IapClientId
Gets a unique identifier associated with an application which is registered with the Identity-Aware Proxy (IAP) portal.
Declaration
public string IapClientId { get; }
Property Value
| Type | Description |
|---|---|
| string | A unique identifier associated with an application which is registered with the Identity-Aware Proxy (IAP) portal. |
Remarks
This identifier is utilized by the Identity-Aware Proxy (IAP) to determine which application is attempting to authenticate. It is essential for accurately recognizing and processing authentication requests, ensuring that only the correct application is granted access to protected resources. Notably, Microsoft Entra Application Proxy does not require an IAP client ID for authorization and token generation.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |