Azure AD B2Cでユーザー登録のみ500エラーが発生している

Kenichi Taniguchi 25 評価のポイント
2025-09-29T06:02:10.2866667+00:00

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"" } ]

◆補足

・登録済みユーザーによるサインイン(パスワード認証)は問題なくできており、ユーザー登録のみがエラーとなっている状況です。

・リソースの変更は何もしておらず、急にエラーが発生するようになりました。

現在、本番運用中のサービスですのでユーザーが追加できずに困っております。

至急、解析をお願いいたします。

Azure
Azure

Microsoft が管理する世界のデータ センター ネットワークを介してアプリケーションとサービスを構築、配置、および管理するインフラストラクチャおよびクラウド コンピューティング プラットフォーム。


お客様の回答

質問作成者は回答に "承認済み"、モデレーターは "おすすめ" とマークできます。これにより、ユーザーは作成者の問題が回答によって解決したことを把握できます。