Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please enable Azure Active Directory authentication for Azure #67

Open
DushanthaS opened this issue May 30, 2023 · 2 comments
Open

Please enable Azure Active Directory authentication for Azure #67

DushanthaS opened this issue May 30, 2023 · 2 comments

Comments

@DushanthaS
Copy link

Please enable the authentication of an API call using an Azure Active Directory token for users who are unable to use API keys.

https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference#authentication

@arbs-io
Copy link
Owner

arbs-io commented Jun 20, 2023

Hi @DushanthaS
Sorry for the delayed response. What auth method are you using most common types are already supported.

  • ApiKey
  • OAuth2
  • OpenID Connect

image

NOTE: You may need to setup the configuration in "Options" if you're using AAD for example

image

There is a standard class for security which can be overridden or updated with you tenant and app reg information.

@DushanthaS
Copy link
Author

sorry for the late reply , I am actually trying to use your VS code plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants