次の方法で共有


HostSettingsResponse interface

The response body returned for a request to Bot Service Management to check per subscription hostSettings

Properties

botOpenIdMetadata

Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12

oAuthUrl

For in-conversation bot user authentication

toBotFromChannelOpenIdMetadataUrl

For verifying incoming tokens from the channels

toBotFromChannelTokenIssuer

For verifying incoming tokens from the channels

toBotFromEmulatorOpenIdMetadataUrl

For verifying incoming tokens from bot emulator

toChannelFromBotLoginUrl

For getting access token to channels from bot host

toChannelFromBotOAuthScope

For getting access token to channels from bot host

validateAuthority

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