IChatConnectorEndpoint interface

Options used to set various endpoints in a ChatConnector instance. This should not be changed and is normally not provided by developers in IChatConnectorSettings. Instead the two properties in IChatConnectorSettings, "stateEndpoint," and "openIdMetadata" should be changed there.

Properties

botConnectorAudience

This value is provided via IChatConnectorSettings.appId.

botConnectorIssuer

Default value is https://api.botframework.com.

botConnectorOpenIdMetadata

Default value is https://login.botframework.com/v1/.well-known/openidconfiguration. Configurable via IChatConnectorSettings.openIdMetadata.

emulatorAudience

This value is provided via IChatConnectorSettings.appId.

emulatorIssuerV1

Default value is https://sts.windows.net/d6d49420-f39b-4df7-a1dc-d59a935871db/.

emulatorIssuerV2

Default value is https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/v2.0.

emulatorOpenIdMetadata

Default value is https://login.microsoftonline.com/botframework.com/v2.0/.well-known/openid-configuration.

msaAudience

Default value is https://graph.microsoft.com.

msaIssuer

Default value is https://sts.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47/.

msaOpenIdMetadata

Default value is https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration.

oAuthEndpoint

Default value is https://api.botframework.com. Configurable via IChatConnectorSettings.oAuthEndpoint.

refreshEndpoint

Default value is https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token.

refreshScope

Default value is https://api.botframework.com/.default.

stateEndpoint

Default value is https://state.botframework.com. Configurable via IChatConnectorSettings.stateEndpoint.

Property Details

botConnectorAudience

This value is provided via IChatConnectorSettings.appId.

botConnectorAudience: string

Property Value

string

botConnectorIssuer

Default value is https://api.botframework.com.

botConnectorIssuer: string

Property Value

string

botConnectorOpenIdMetadata

Default value is https://login.botframework.com/v1/.well-known/openidconfiguration. Configurable via IChatConnectorSettings.openIdMetadata.

botConnectorOpenIdMetadata: string

Property Value

string

emulatorAudience

This value is provided via IChatConnectorSettings.appId.

emulatorAudience: string

Property Value

string

emulatorIssuerV1

Default value is https://sts.windows.net/d6d49420-f39b-4df7-a1dc-d59a935871db/.

emulatorIssuerV1: string

Property Value

string

emulatorIssuerV2

Default value is https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/v2.0.

emulatorIssuerV2: string

Property Value

string

emulatorOpenIdMetadata

Default value is https://login.microsoftonline.com/botframework.com/v2.0/.well-known/openid-configuration.

emulatorOpenIdMetadata: string

Property Value

string

msaAudience

Default value is https://graph.microsoft.com.

msaAudience: string

Property Value

string

msaIssuer

Default value is https://sts.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47/.

msaIssuer: string

Property Value

string

msaOpenIdMetadata

Default value is https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration.

msaOpenIdMetadata: string

Property Value

string

oAuthEndpoint

Default value is https://api.botframework.com. Configurable via IChatConnectorSettings.oAuthEndpoint.

oAuthEndpoint: string

Property Value

string

refreshEndpoint

Default value is https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token.

refreshEndpoint: string

Property Value

string

refreshScope

Default value is https://api.botframework.com/.default.

refreshScope: string

Property Value

string

stateEndpoint

Default value is https://state.botframework.com. Configurable via IChatConnectorSettings.stateEndpoint.

stateEndpoint: string

Property Value

string