Kiota needs validate the security scheme and let the user know the only accepted methods are OAuth2, HTTP+Bearer Token and OpenId Connect #5071
Labels
area:authentication
Focused on the extension module of the product
enhancement
New feature or request
generator
Issues or improvements relater to generation capabilities.
type:enhancement
Enhancement request targeting an existing experience
Milestone
If the security scheme is provided in the OpenAPI description, Kiota should validate whether the auth type is supported when creating the API Plugins.
The only auth supported for now when creating an API Plugin are OAuth2, HTTP+Bearer Token and OpenId connect. Also, multiple auth in one operation is yet not supported.
If the security scheme is provided and the auth type is not supported, Kiota should thrown an error.
Superseeded by #5070.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: