The POST /environments/{{envID}}/applications
endpoint creates the application connection and sets the pkceEnforcement
property to one of the REQUIRED
options.
The response returns a 201 Created message and shows the application connection data. In this request, the pkceEnforcement
property value is set to S256_REQUIRED
, which specifies that a PKCE code_challenge
parameter is required in the authorize request and the code_challenge_method
is also required and must specify S256
(a SHA2 256-bit hash).