feat: Add credential only node for Microsoft Azure Monitor (#12645)

This commit is contained in:
Jon
2025-01-17 16:55:21 +00:00
committed by GitHub
parent 216d5ed243
commit 6ef8882a10
3 changed files with 81 additions and 0 deletions

View File

@@ -176,6 +176,9 @@ export const getOAuth2AdditionalParameters = (nodeCredentialType: string) => {
mauticOAuth2Api: {
includeCredentialsOnRefreshOnBody: true,
},
microsoftAzureMonitorOAuth2Api: {
tokenExpiredStatusCode: 403,
},
microsoftDynamicsOAuth2Api: {
property: 'id_token',
},