From 5140b6c8ca57db1c6fa3f37889d621d7f748c43e Mon Sep 17 00:00:00 2001 From: Rene Steen Date: Fri, 25 Aug 2023 19:18:43 +0200 Subject: [PATCH] Fix incorrect tab mentioned for frontend app registration (#248) ### Motivation and Context This fixes incorrect documentation when trying to setup the azure application permissions for the frontend. ### Description When adding the api permissions for the first time to the frontend, the "My APIs" will actually be empty: ![image](https://github.com/microsoft/chat-copilot/assets/13119203/a1a6a1ea-8295-4f59-9a59-94657249bca2) (you can ignore the "hidden" - thats another app we have developed) Instead the previously created exposure of the backend can only be found in the "APIs my organization uses" tab: ![image](https://github.com/microsoft/chat-copilot/assets/13119203/9ee78095-7b20-4ad5-a920-9b4ab6a7e607) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4530745ce..0b589b0ba 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ By default, Chat Copilot runs locally without authentication, using a guest user 3. Click _Add a permission_ - 4. Select the tab _My APIs_ + 4. Select the tab _APIs my organization uses_ 5. Choose the app registration representing the web api backend