diff --git a/main/integration-tests/support/resources/authentication/helpers/default-auth-provider-type-cognito.json b/main/integration-tests/support/resources/authentication/helpers/default-auth-provider-type-cognito.json index 6e6c9355f7..10a62b28fb 100644 --- a/main/integration-tests/support/resources/authentication/helpers/default-auth-provider-type-cognito.json +++ b/main/integration-tests/support/resources/authentication/helpers/default-auth-provider-type-cognito.json @@ -173,6 +173,14 @@ "additionalProperties": false, "definitions": {}, "properties": { + "authCodeTokenExchangeUri": { + "$id": "#/properties/authCodeTokenExchangeUri", + "type": "string" + }, + "baseAuthUri": { + "$id": "#/properties/baseAuthUri", + "type": "string" + }, "clientId": { "$id": "#/properties/clientId", "type": "string"