microsoft / CopilotStudioSamples

MIT License
235 stars 211 forks source link

Copilot not working in sharepoint but working in copilot studio #212

Open talabElad opened 1 month ago

talabElad commented 1 month ago

I have done the walkthrew in CopilotStudioSamples/SharePointSSOComponent/SETUP.md

and Copilot is not working in sharepoint but working in copilot studio.

Screenshot 2024-05-21 154437

Im suspecting that the bug is that I dont know how to find my correct login URL for my tenant. to enter in authority:

Screenshot 2024-05-21 154313

I have a domain name, lets say "tenantName" and what I did was implementing it in "https://login.microsoftonline.com/mytenant.onmicrosoft.com" as shown in the example: https://login.microsoftonline.com/tenantName.onmicrosoft.com but when I enter the url in the browser, it doesnt exist.

I would like to know how to find the correct login URL for my tenant, and other suggestions. Thank you very much.

adilei commented 1 month ago

you can also use https://login.microsoftonline.com/tenantid

adilei commented 2 weeks ago

@talabElad , any update?