Property AuthorizationPromptType
AuthorizationPromptType
Gets the type of user interaction required for authentication and consent while signing in to the Identity-Aware Proxy (IAP).
Declaration
public IapAuthorizationPromptType AuthorizationPromptType { get; }
Property Value
| Type | Description |
|---|---|
| IapAuthorizationPromptType | The type of user interaction required for authentication and consent while signing in to the Identity-Aware Proxy (IAP). |
Remarks
The default value is Unspecified, which defines the default user interaction behavior for the Identity-Aware Proxy (IAP). It optimizes the user experience by minimizing unnecessary credential prompts. The single sign-on (SSO) experience is determined by the authenticated Identity-Aware Proxy (IAP) session within the web session.
- User will not be prompted to enter credential unless necessary.
- If multiple user accounts are signed in, a select account interface will be displayed to allow users to choose their desired account.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |