HostSettingsResponse interface
The response body returned for a request to Bot Service Management to check per subscription hostSettings
Properties
bot |
Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12 |
o |
For in-conversation bot user authentication |
to |
For verifying incoming tokens from the channels |
to |
For verifying incoming tokens from the channels |
to |
For verifying incoming tokens from bot emulator |
to |
For getting access token to channels from bot host |
to |
For getting access token to channels from bot host |
validate |
Per cloud OAuth setting on whether authority is validated |
Property Details
botOpenIdMetadata
Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12
botOpenIdMetadata?: string
Property Value
string
oAuthUrl
For in-conversation bot user authentication
oAuthUrl?: string
Property Value
string
toBotFromChannelOpenIdMetadataUrl
For verifying incoming tokens from the channels
toBotFromChannelOpenIdMetadataUrl?: string
Property Value
string
toBotFromChannelTokenIssuer
For verifying incoming tokens from the channels
toBotFromChannelTokenIssuer?: string
Property Value
string
toBotFromEmulatorOpenIdMetadataUrl
For verifying incoming tokens from bot emulator
toBotFromEmulatorOpenIdMetadataUrl?: string
Property Value
string
toChannelFromBotLoginUrl
For getting access token to channels from bot host
toChannelFromBotLoginUrl?: string
Property Value
string
toChannelFromBotOAuthScope
For getting access token to channels from bot host
toChannelFromBotOAuthScope?: string
Property Value
string
validateAuthority
Per cloud OAuth setting on whether authority is validated
validateAuthority?: boolean
Property Value
boolean