Check status endpoint
-
Checks the status of the Web API.
-
HTTP methods supported: GET.
Oauth2 token endpoint
-
Endpoint to acquire an access token.
-
HTTP methods supported: POST.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
grant_type |
string |
no |
Supported grant type is 'password'. |
authority |
string |
no |
Supported authorities are 'builtin', 'ad' and 'machine'. |
username |
string |
yes |
Required for the authorities 'builtin', 'ad' and 'machine'. For authority 'builtin' Profile Credentials must be provided. For 'ad' an Active Directory (domain) account and for 'machine' a Windows local account name. Supported username formats are User Principal Name (UPN) and Down-Level Logon Name. |
password |
string |
yes |
Required for the grant type 'password'. |
include_claims |
string |
yes |
Comma separated string or string array to define which optional claims should be included in the access token. Supported claims are 'email,family_name,given_name,middle_name,phone_number'. Only supported in combination with authority 'ad'. |