Skip to content

Commit 9da1a48

Browse files
committed
Add link to CopilotClient class
1 parent d996acd commit 9da1a48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/python/obo-authorization/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This Agent has been created using [Microsoft 365 Agents SDK](https://github.com/microsoft/agents-for-net), it shows how to use authorization in your Agent using OAuth and OBO.
44

55
- The sample uses the Agent SDK User Authorization capabilities in [Azure Bot Service](https://docs.botframework.com), providing features to make it easier to develop an Agent that authorizes users with various identity providers such as Azure AD (Azure Active Directory), GitHub, Uber, etc.
6-
- This sample shows how to use an OBO Exchange to communicate with Microsoft Copilot Studio using the CopilotStudioClient class.
6+
- This sample shows how to use an OBO Exchange to communicate with Microsoft Copilot Studio using the [CopilotClient class](https://learn.microsoft.com/python/api/microsoft-agents-copilotstudio-client/microsoft.agents.copilotstudio.client.copilotclient).
77

88
## Prerequisites
99

@@ -17,7 +17,7 @@ This Agent has been created using [Microsoft 365 Agents SDK](https://github.com/
1717

1818
1. Create an Agent in Copilot Studio.
1919
1. Publish your newly created Agent
20-
1. Got o Settings => Advanced => Metadata and copy the following values. You will need them later:
20+
1. Got to Settings => Advanced => Metadata and copy the following values. You will need them later:
2121
1. Schema name
2222
1. Environment ID
2323

@@ -29,7 +29,7 @@ This Agent has been created using [Microsoft 365 Agents SDK](https://github.com/
2929
2. Set the **CONNECTIONS__SERVICE_CONNECTION__SETTINGS__CLIENTSECRET** to the Secret that was created for your identity. *This is the `Secret Value` shown in the AppRegistration*.
3030
3. Set the **CONNECTIONS__SERVICE_CONNECTION__SETTINGS__TENANTID** to the Tenant Id where your application is registered.
3131

32-
4. Setting up OAuth for an exchangeable token
32+
1. Setting up OAuth for an exchangeable token
3333
1. Create a new App Registration
3434
1. SingleTenant
3535
1. Give it a name and click **Register**
@@ -50,7 +50,7 @@ This Agent has been created using [Microsoft 365 Agents SDK](https://github.com/
5050
1. **Certificates & secrets**
5151
1. Create a new secret and record the value. This will be used later.
5252

53-
5. Create Azure Bot **OAuth Connection**
53+
1. Create Azure Bot **OAuth Connection**
5454
1. On the Azure Bot created in Step #2, Click **Configuration** tab then the **Add OAuth Connection Settings** button.
5555
1. Enter a **Name**. This will be used later.
5656
1. For **Service Provider** select **Azure Active Directory v2**

0 commit comments

Comments
 (0)