-
Notifications
You must be signed in to change notification settings - Fork 60
W 23865924 scanners agentforce and oauth for copilot jh #546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: W-23753039-EME-08-R2-dm
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -101,11 +101,15 @@ a| | |
| | Microsoft Azure Copilot | ||
| | Agent | ||
| a| | ||
| *Credentials:* Azure app registration; tenant ID, client ID, client secret | ||
| *Credentials:* Azure app registration; Dataverse base URL, client ID, client secret | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as the other comment, tenant is optional for the oauth-authorization-code scheme and required for the client credential scheme, there should be a clear distinction that there are 2 auth schemes now |
||
|
|
||
| *Role:* Copilot Studio Scanner | ||
|
|
||
| *Setup:* App added as an Application User in Power Platform; scope set to Dataverse environment URL, `\https://<org-Id>.crm.dynamics.com` | ||
| *Authorization:* OAuth 2.0 Authorization Code flow (interactive sign-in and consent in Microsoft popup) | ||
|
|
||
| *Setup:* App added as an Application User in Power Platform; scope set to Dataverse environment URL, `https://<org-id>.crm.dynamics.com` | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This requires a different setup, we can sync on that |
||
|
|
||
| For setup steps, see xref:exp-scanners-add-from-providers.adoc#microsoft-copilot-studio-scanner-oauth-authorization[]. | ||
|
|
||
| | Microsoft Foundry | ||
| | Agent | ||
|
|
@@ -118,6 +122,15 @@ a| | |
|
|
||
| *Setup:* Project endpoint URLs (discovery is project-specific) | ||
|
|
||
| | Salesforce Agentforce | ||
| | Agent | ||
| a| | ||
| *Connection:* xref:access-management::managing-connected-salesforce-orgs.adoc#enable-disable-connection[Enable the connection to a Salesforce organization] that has an established tenant relationship with your Anypoint Platform organization. | ||
|
|
||
| *Setup:* xref:access-management::enabling-agentforce.adoc#enable-einstein-anypoint[Enable Agentforce in Anypoint Platform], accept the terms and conditions and set a default organization for Agentforce | ||
|
|
||
| *Permissions:* Exchange Administrator permission | ||
|
|
||
| | Snowflake Cortex AI | ||
| | Agent | ||
| a| | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Base url is not needed, lets use Tenant Id, same as the other scheme, but in this case optional as it will default to the home tenant id after authorization if none is provided