🚀 Feature Request: Support refresh token rotation in OAuth2 secure preset
Description
The API-Connect plugin does not expose refresh token rotation in the OAuth2 secure-oauth preset, while this feature is already supported by Dataiku DSS.
Problem
Although DSS supports refresh token rotation natively, it cannot be enabled through the plugin configuration.
This prevents users from leveraging this security feature when using OAuth2 via the API-Connect plugin.
Proposed solution
Add a refreshTokenRotation boolean parameter to the secure-oauth preset.
This parameter should map directly to the existing DSS OAuth2 refresh token rotation mechanism.
Expected behavior
When enabled:
- Refresh tokens are rotated according to DSS behavior
- Existing OAuth2 flows remain unchanged
- No additional configuration is required on the API side
🚀 Feature Request: Support refresh token rotation in OAuth2 secure preset
Description
The API-Connect plugin does not expose refresh token rotation in the OAuth2
secure-oauthpreset, while this feature is already supported by Dataiku DSS.Problem
Although DSS supports refresh token rotation natively, it cannot be enabled through the plugin configuration.
This prevents users from leveraging this security feature when using OAuth2 via the API-Connect plugin.
Proposed solution
Add a
refreshTokenRotationboolean parameter to thesecure-oauthpreset.This parameter should map directly to the existing DSS OAuth2 refresh token rotation mechanism.
Expected behavior
When enabled: