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
| bot |
This value is provided via IChatConnectorSettings.appId. |
| bot |
Default value is https://api.botframework.com. |
| bot |
Default value is https://login.botframework.com/v1/.well-known/openidconfiguration. Configurable via IChatConnectorSettings.openIdMetadata. |
| emulator |
This value is provided via IChatConnectorSettings.appId. |
| emulator |
Default value is |
| emulator |
Default value is |
| emulator |
Default value is |
| msa |
Default value is |
| msa |
Default value is |
| msa |
Default value is |
| o |
Default value is https://api.botframework.com. Configurable via IChatConnectorSettings.oAuthEndpoint. |
| refresh |
Default value is |
| refresh |
Default value is https://api.botframework.com/.default. |
| state |
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
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
stateEndpoint
Default value is https://state.botframework.com. Configurable via IChatConnectorSettings.stateEndpoint.
stateEndpoint: string
Property Value
string