| | Name | Description |
|---|
  | AuthorizeParameter_ClientId |
Query string property name for the client id.
|
  | AuthorizeParameter_LoginHint |
Query string property name for the login hint.
|
  | AuthorizeParameter_Nonce |
Query string property name for the nonce.
|
  | AuthorizeParameter_Prompt |
Query string property name for the prompt.
|
  | AuthorizeParameter_RedirectUri |
Query string property name for the redirect uri.
|
  | AuthorizeParameter_ResponseMode |
Query string property name for the response mode.
|
  | AuthorizeParameter_ResponseType |
Query string property name for the response type.
|
  | AuthorizeParameter_Scope |
Query string property name for the scope.
|
  | AuthorizeParameter_State |
Query string property name for the state.
|
  | BearerTokenType |
Bearer token type
|
  | ClaimType_Actor |
Actor
|
  | ClaimType_AtHash |
Access token hash
|
  | ClaimType_Email |
Email
|
  | ClaimType_Jti |
JWT id
|
  | ClaimType_Language |
The language of the session
|
  | ClaimType_Name |
Name
|
  | ClaimType_Nonce |
Nonce
|
  | ClaimType_Realm |
Realm
|
  | ClaimType_Role |
Role
|
  | ClaimType_Sid |
Session Id
|
  | ClaimType_Subject |
Subject
|
  | ClaimType_Telephone |
Phone Number
|
  | ConfigurationName |
Configuration section name
|
  | DataKey_SymmetricSecret |
Santedb request data key for the symmetric secret that is configured for a particular application.
|
  | FormField_AuthorizationCode |
In a token request, this is the authorization code field key
|
  | FormField_Challenge |
In a token request with a grant type of x_challenge, this is the challenge key.
|
  | FormField_ChallengeResponse |
In a token request with a grant type of x_challenge, this is the response to the challenge.
|
  | FormField_ClientId |
In a token request, this is the client id field key
|
  | FormField_ClientSecret |
In a token request, this is the client secret field key
|
  | FormField_GrantType |
In a token request, this is the grant type field key
|
  | FormField_IdTokenHint |
An id token used to select which user to sign out.
|
  | FormField_LogoutHint |
The user identifier used to determine who to log out.
|
  | FormField_MfaCode |
In a token request, this is the tfa field key
|
  | FormField_Nonce |
In many requests, the nonce (number once) is used to verify that a request has not been sent more than once or tampered with.
|
  | FormField_Password |
In a token request, this is the password field key
|
  | FormField_PostLogoutRedirectUri |
Where to redirect the user agent after the sign out process is completed.
|
  | FormField_RefreshToken |
In a token request, this is the refresh token field key
|
  | FormField_Scope |
In a token request, this is the scope field key
|
  | FormField_UILocales |
The locale form field
|
  | FormField_Username |
In a token request, this is the username field key
|
  | GrantNameAuthorizationCode |
Grant name for the authorization code
|
  | GrantNameClientCredentials |
Grant name for client credentials
|
  | GrantNamePassword |
Grant name for password grant
|
  | GrantNameRefresh |
Grant name for password grant
|
  | GrantNameReset |
Grant name for the authorization code
|
  | IUA_Claim_FacilityId |
Facility id
|
  | IUA_Claim_NationalProviderId |
IUA Nation Provider Id
|
  | IUA_Claim_PersonId |
IUA Person Id
|
  | IUA_Claim_PurposeOfUse |
IUA Purpose of Use
|
  | IUA_Claim_SubjectName |
IUA Subject Name
|
  | IUA_Claim_SubjectOrganization |
IUA Subject Organization
|
  | IUA_Claim_SubjectOrganizationId |
IUA Subject Organization ID
|
  | IUA_Claim_SubjectRole |
IUA Subject Role
|
  | JwtTokenType |
JWT token type
|
  | OAuthClientCredentialFlowPolicy |
Client credentials policy
|
  | OAuthClientCredentialFlowPolicyWithoutDevice |
Client credentials policy without a device authorization present.
|
  | OAuthCodeFlowPolicy |
Code token policy
|
  | OAuthCodeFlowPolicyWithoutDevice |
Code token policy without a device authorization present.
|
  | OAuthLoginPolicy |
Gets the client credential policy
|
  | OAuthPasswordFlowPolicy |
Password credentials policy
|
  | OAuthPasswordFlowPolicyWithoutDevice |
Password credentials policy without a device authorization present.
|
  | OAuthResetFlowPolicy |
Reset password flow policy.
|
  | OAuthResetFlowPolicyWithoutDevice |
Reset password flow policy without a device authorization present.
|
  | ResponseMode_FormPost |
Returns the response parameters in a standard form post.
|
  | ResponseMode_Fragment |
Returns the response parameters in a url fragment.
...#code=12345&state=0F1A&nonce=12345
|
  | ResponseMode_Query |
Returns the response parameters in a querystring to the return url.
...?code=12345&state=0F1A&nonce=12345
|
  | ResponseType_Code |
The response type in the authorize request. This is part of the OAuth specification.
|
  | ResponseType_IdToken |
The response type in the authorize request. This is part of the OAuth specification.
|
  | ResponseType_Token |
The response type in the authorize request. This is part of the OAuth specification.
|
  | TraceSourceName |
ACS trace source name
|