To change the Delegated Admin application's default OpenID Connect (OIDC) grant type, use the PingFederate administrative console and the Delegated Admin config.js file.
To improve authentication security, switch your default OIDC grant type to Authorization Code with Require Proof Key for Code Exchange (PKCE). The Authorization Code with PKCE grant type hides access tokens during authentication with JavaScript applications, in comparison to the Implicit grant type that displays access tokens in the URL redirect during OIDC authentication.
For more information, see OAuth Grant Types.
The following example changes the default OIDC grant type from Implicit to Authorization Code with Require Proof Key for Code Exchange (PKCE).