서비스 간 인증을 위한 토큰 생성하기 실패 문의
POST https://login.microsoftonline.com/<tenant_id>/oauth2/token HTTP/1.1
Host: login.microsoftonline.com
Content-Type: application/x-www-form-urlencoded; charset=utf-8
grant_type=client_credentials
&client_id=<your_client_id>
&client_secret=<your_client_secret>
&resource=https://onestore.microsoft.com
위 함수로 토큰 생성을 하려고 하면 correlation_id:e9f38bc5-1cce-434d-9d35-a906bb355cef error:server_error error_codes:[50000] error_description:AADSTS50000: There was an error issuing a token or an issue with our sign-in service. Trace ID: 611f175e-81c8-4c22-a3c9-d624119e9500 Correlation ID: e9f38bc5-1cce-434d-9d35-a906bb355cef
위 처럼 에러가 발생합니다.
Microsoft Entra ID 관련 세팅을 문서를 통해 설정했습니다.