次の方法で共有


IChatConnectorEndpoint interface

ChatConnector インスタンスでさまざまなエンドポイントを設定するために使用されるオプション。 これは変更しないでください。通常、IChatConnectorSettings の開発者は提供しません。 代わりに、IChatConnectorSettings の "stateEndpoint"、"openIdMetadata" の 2 つのプロパティをそこで変更する必要があります。

プロパティ

botConnectorAudience

この値は、IChatConnectorSettings.appId を介して提供されます。

botConnectorIssuer

既定値は https://api.botframework.comです。

botConnectorOpenIdMetadata

既定値は https://login.botframework.com/v1/.well-known/openidconfigurationです。 IChatConnectorSettings.openIdMetadata 経由で構成できます。

emulatorAudience

この値は、IChatConnectorSettings.appId を介して提供されます。

emulatorIssuerV1

既定値は https://sts.windows.net/d6d49420-f39b-4df7-a1dc-d59a935871db/です。

emulatorIssuerV2

既定値は https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/v2.0です。

emulatorOpenIdMetadata

既定値は https://login.microsoftonline.com/botframework.com/v2.0/.well-known/openid-configurationです。

msaAudience

既定値は https://graph.microsoft.comです。

msaIssuer

既定値は https://sts.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47/です。

msaOpenIdMetadata

既定値は https://login.microsoftonline.com/common/v2.0/.well-known/openid-configurationです。

oAuthEndpoint

既定値は https://api.botframework.comです。 IChatConnectorSettings.oAuthEndpoint 経由で構成できます。

refreshEndpoint

既定値は https://login.microsoftonline.com/botframework.com/oauth2/v2.0/tokenです。

refreshScope

既定値は https://api.botframework.com/.defaultです。

stateEndpoint

既定値は https://state.botframework.comです。 IChatConnectorSettings.stateEndpoint を介して構成できます。

プロパティの詳細

botConnectorAudience

この値は、IChatConnectorSettings.appId を介して提供されます。

botConnectorAudience: string

プロパティ値

string

botConnectorIssuer

既定値は https://api.botframework.comです。

botConnectorIssuer: string

プロパティ値

string

botConnectorOpenIdMetadata

既定値は https://login.botframework.com/v1/.well-known/openidconfigurationです。 IChatConnectorSettings.openIdMetadata 経由で構成できます。

botConnectorOpenIdMetadata: string

プロパティ値

string

emulatorAudience

この値は、IChatConnectorSettings.appId を介して提供されます。

emulatorAudience: string

プロパティ値

string

emulatorIssuerV1

既定値は https://sts.windows.net/d6d49420-f39b-4df7-a1dc-d59a935871db/です。

emulatorIssuerV1: string

プロパティ値

string

emulatorIssuerV2

既定値は https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/v2.0です。

emulatorIssuerV2: string

プロパティ値

string

emulatorOpenIdMetadata

既定値は https://login.microsoftonline.com/botframework.com/v2.0/.well-known/openid-configurationです。

emulatorOpenIdMetadata: string

プロパティ値

string

msaAudience

既定値は https://graph.microsoft.comです。

msaAudience: string

プロパティ値

string

msaIssuer

既定値は https://sts.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47/です。

msaIssuer: string

プロパティ値

string

msaOpenIdMetadata

既定値は https://login.microsoftonline.com/common/v2.0/.well-known/openid-configurationです。

msaOpenIdMetadata: string

プロパティ値

string

oAuthEndpoint

既定値は https://api.botframework.comです。 IChatConnectorSettings.oAuthEndpoint 経由で構成できます。

oAuthEndpoint: string

プロパティ値

string

refreshEndpoint

既定値は https://login.microsoftonline.com/botframework.com/oauth2/v2.0/tokenです。

refreshEndpoint: string

プロパティ値

string

refreshScope

既定値は https://api.botframework.com/.defaultです。

refreshScope: string

プロパティ値

string

stateEndpoint

既定値は https://state.botframework.comです。 IChatConnectorSettings.stateEndpoint を介して構成できます。

stateEndpoint: string

プロパティ値

string