<span>Hello Community,</span>
<span>I am getting this error from a pipeline that performs rest calls to Microsoft Graph. Any help how this can be solved?</span>
Happy new year 2022!
Luis
<span> at ClientAuthError.AuthError [as constructor] (/opt/atlassian/pipelines/agent/build/node_modules/@azure/msal-common/dist/index.cjs.js:481:24)</span>
<span> at new ClientAuthError (/opt/atlassian/pipelines/agent/build/node_modules/@azure/msal-common/dist/index.cjs.js:762:28)</span>
<span> at Function.ClientAuthError.createEndpointDiscoveryIncompleteError (/opt/atlassian/pipelines/agent/build/node_modules/@azure/msal-common/dist/index.cjs.js:799:16)</span>
<span> at Function.<anonymous> (/opt/atlassian/pipelines/agent/build/node_modules/@azure/msal-common/dist/index.cjs.js:7097:47)</span>
<span> at step (/opt/atlassian/pipelines/agent/build/node_modules/@azure/msal-common/dist/index.cjs.js:79:23)</span>
<span> at Object.throw (/opt/atlassian/pipelines/agent/build/node_modules/@azure/msal-common/dist/index.cjs.js:60:53)</span>
<span> at rejected (/opt/atlassian/pipelines/agent/build/node_modules/@azure/msal-common/dist/index.cjs.js:51:65)</span>
<span> at processTicksAndRejections (node:internal/process/task_queues:96:5) {</span>
<span> errorCode: 'endpoints_resolution_error',</span>
<span> errorMessage: 'Error: could not resolve endpoints. Please check network and try again. Detail: ClientAuthError: openid_config_error: Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints. Attempted to retrieve endpoints from: <a href="https://login.microsoftonline.com/x/v2.0/.well-known/openid-configuration" rel="noopener nofollow noreferrer" target="_blank">https://login.microsoftonline.com/x/v2.0/.well-known/openid-configuration</a>',</span>
<span> subError: '',</span>
<span>}</span>
<span>ClientAuthError: endpoints_resolution_error: Error: could not resolve endpoints. Please check network and try again. Detail: ClientAuthError: openid_config_error: Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints. Attempted to retrieve endpoints from: <a href="https://login.microsoftonline.com/x/v2.0/.well-known/openid-configuration" rel="noopener nofollow noreferrer" target="_blank">https://login.microsoftonline.com/x/v2.0/.well-known/openid-configuration</a></span>