Skip to content

What are the supported auth types for a plugin? #5884

Answered by teresaqhoang
eeadie asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @eeadie,

Apologies, Chat Copilot is currently in maintenance-only mode, so we haven't made any updates since OpenAI deprecated manifest files for plugins, but our plugins still require the manifest file.

If you set the "auth" field in your manifest file (ai-plugin.json) with "type" as user_http and "authorization_type" as Bearer, you should be able to use a PAT.

...
"auth": {
  "type": "user_http",
  "authorization_type": "bearer",
},

Please keep in mind that chat copilot is meant as a playground for plugins, so use this auth option if you are developing an “unverified app” that you will have to distribute manually.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by eeadie
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants