Open
Description
API Spec link
API Spec version
2024-05-01
Describe the bug
To enable support for "Authorization Code + PKCE", the api spec on grantTypes
should add support for authorizationCodeWithPkce
. This has been supported by the Azure Portal for quite some time already.
Expected behavior
Should be able to set grant type "Authorization Code + PKCE" on the OAuth 2.0 client for the APIM Developer Portal
Actual behavior
grant type authorizationCodeWithPkce
is not supported by the spec yet
Reproduction Steps
Trying to set this grant type via Terraform, getting the following error:
Environment
Terraform: v1.12.0
AzureRM provider: v4.28.0
Metadata
Metadata
Assignees
Labels
This issue is related to a management-plane library.Workflow: This issue is responsible by Azure service team.This issue requires a change to an existing behavior in the product in order to be resolved.Issues that are reported by GitHub users external to the Azure organization.The issue doesn't require a change to the product in order to be resolved. Most issues start as that