Error during oauth flow of ServiceNow Knowledge Microsoft Graph ConnectorIssue The customer was unable to complete authentication and authorization for the ServiceNow Knowledge Microsoft Graph connector using OAuth 2.0. Upon clicking the "Allow" button in the ServiceNow authentication popup, the following error was displayed: "Error: OAuthProblemException{error='invalid_request', description='Missing response_type parameter value', uri='null', state='null', scope='null', redirectUri='null', responseStatus=0, parameters={}}" ReleaseAllResolutionThe root cause was identified as a misconfiguration in the processor created by the customer. The processor’s path was incorrectly set to oauth_auth_2 instead of the platform-required value oauth_auth. This incorrect path prevented the OAuth 2.0 authorization code flow from functioning correctly, resulting in the error. After correcting the processor path from oauth_auth_2 to oauth_auth, tokens were successfully retrieved, and the connection to the ServiceNow Knowledge Microsoft Graph connector was established.Related Linkshttps://youtu.be/uS5JV-2M9kw