Open
Description
Question
How exactly does one authenticate the rag-extension?
Context
I'm trying to run the rag-extension sample locally. I've followed the steps in the README, and this is how far I can get:
- I go to https://github.com/copilot
- I
@
the extension and ask it a question - I get the
Connect with <extension name>
prompt - I go through the OAuth workflow
- I'm redirected to
<FQDN>/auth/callback
, and I get theAll done! Please return to the app
message
However, when I go back to the conversation, I still see the same Connect with <extension name>
prompt. What exactly is supposed to happen after this step? Am I missing something?
Thanks!