Connection and Authentication

List

get

Retrieve a list of all the settings for RAS authentication

Query parameters
SiteIdinteger · int32Optional

Site ID for which to retrieve all the settings for RAS authentication (optional)

Responses
chevron-right
200

OK

application/json; api-version=1.0
get
/api/ConnectionAuthentication

Update

put

Update RAS authentication settings

Query parameters
SiteIdinteger · int32Optional

ID of the site for which the RAS authentication settings will be updated

Body

Update the authentication settings

authTypestring[Flag] · enumOptional

Authentication Type

Possible values:
allTrustedDomainsboolean · nullableOptional

Whether to use all trusted domains.

domainstring · min: 1 · max: 64 · nullableOptional

Domain name.

useClientDomainboolean · nullableOptional

Whether to use the client domain, if specified.

forceNetBIOSCredsboolean · nullableOptional

Whether to force clients to use NetBIOS credentials.

replicateSettingsboolean · nullableOptional

Whether to replicate settings to other sites.

useChangePasswordURLboolean · nullableOptional

Enable use custom link for the "Change domain password" option.

changePasswordURLstring · nullableOptional

Custom link for the "Change domain password" option.

Responses
put
/api/ConnectionAuthentication

No content

List

get

Retrieve a list of all the Trusted Domains.

Query parameters
SiteIdinteger · int32Optional

Site ID for which to retrieve all the Trusted Domains (optional)

Responses
chevron-right
200

OK

application/json; api-version=1.0
Responsestring[]
get
/api/ConnectionAuthentication/TrustedDomain

Was this helpful?