Skip to content

what's difference between api_key, azure_ad_token, azure_ad_token_provider ? #1152

Closed Answered by yufang67
yufang67 asked this question in Q&A
Discussion options

You must be logged in to vote

api_key: Typically used for basic authentication, where a static key is provided to authorize API requests. It's simple to implement but may lack the flexibility of more advanced authentication methods.

azure_ad_token: This is a token obtained from Azure Active Directory (AD) for authentication and authorization. It provides more robust security and can be generated dynamically using Azure AD authentication mechanisms.

azure_ad_token_provider: This is a provider or mechanism for obtaining Azure AD tokens dynamically. It allows for the generation of tokens on-the-fly, typically tied to specific user sessions or requests. This can be advantageous for scenarios where tokens need to be refres…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yufang67
Comment options

@yufang67
Comment options

Answer selected by yufang67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants