Property ClientSecret
ClientSecret
Gets a private key used to verify that the application is authorized to access secured services.
Declaration
public string ClientSecret { get; }
Property Value
| Type | Description |
|---|---|
| string | A private key used to verify that the application is authorized to access secured services. |
Remarks
This key establishes trust between the application and the Identity-Aware Proxy (IAP), ensuring that only authenticated applications can request access to protected resources. It must be kept confidential to prevent unauthorized access. Notably, Microsoft Entra Application Proxy does not require a client secret for authorization and token generation.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |