The prompt modes.
More info about prompt https://openid.net/specs/openid-connect-core-1_0.html
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
SyntaxPublic Enumeration PromptMode
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Prompt will not be sent to the Authorization Server.
|
| None | 1 |
The Authorization Server must not display any authentication or consent user interface pages. End-User must be already authenticated.
|
| Login | 2 |
The Authorization Server should prompt the End-User for re-authentication.
|
| SelectAccount | 3 |
The Authorization Server should prompt the End-User to select a user account.
|
| Silent | 4 |
The Authorization Server must silently authenticate End-User if authentication type supports this.
|
See Also