Microsoft が管理する世界のデータ センター ネットワークを介してアプリケーションとサービスを構築、配置、および管理するインフラストラクチャおよびクラウド コンピューティング プラットフォーム。
Azure AD B2Cでユーザー登録のみ500エラーが発生している
Azure AD B2Cにユーザー登録する際に500エラーが発生し、登録ができません。
先週までは問題なく登録できており、9/29から突然エラーとなりました。
利用しているAPIは以下となります。
https://learn.microsoft.com/ja-jp/graph/api/user-post-users?view=graph-rest-1.0&tabs=http
POST /users
◆リクエスト内容
メールアドレスはマスクしました。
"modifiedProperties": [ { "displayName": "AccountEnabled", "oldValue": "[]", "newValue": "[true]" }, { "displayName": "DisplayName", "oldValue": "[]", "newValue": "["@xxxx.com"]" }, { "displayName": "GivenName", "oldValue": "[]", "newValue": "["a0487a98"]" }, { "displayName": "MailNickname", "oldValue": "[]", "newValue": "["a0487a98"]" }, { "displayName": "PasswordPolicies", "oldValue": "[]", "newValue": "["DisablePasswordExpiration"]" }, { "displayName": "StsRefreshTokensValidFrom", "oldValue": "[]", "newValue": "["2025-09-29T03:11:34Z"]" }, { "displayName": "Surname", "oldValue": "[]", "newValue": "["@xxxx.com"]" }, { "displayName": "UserPrincipalName", "oldValue": "[]", "newValue": "["xxxxxxxx_xxxx.com#a0487a98#@covasproduction4r.onmicrosoft.com"]" }, { "displayName": "UserType", "oldValue": "[]", "newValue": "["Guest"]" }, { "displayName": "Included Updated Properties", "oldValue": null, "newValue": ""AccountEnabled, DisplayName, GivenName, MailNickname, PasswordPolicies, StsRefreshTokensValidFrom, Surname, UserPrincipalName, UserType"" }, { "displayName": "MethodExecutionResult.", "oldValue": null, "newValue": ""System.AggregateException"" }, { "displayName": "ActorId.ServicePrincipalNames", "oldValue": null, "newValue": ""d8a24951-9c28-4f75-9caa-627315eeb2ef"" }, { "displayName": "SPN", "oldValue": null, "newValue": ""d8a24951-9c28-4f75-9caa-627315eeb2ef"" } ]
◆補足
・登録済みユーザーによるサインイン(パスワード認証)は問題なくできており、ユーザー登録のみがエラーとなっている状況です。
・リソースの変更は何もしておらず、急にエラーが発生するようになりました。
現在、本番運用中のサービスですのでユーザーが追加できずに困っております。
至急、解析をお願いいたします。