現象
イベント ビューアに以下のイベントが出力されます。
ログレベル | メッセージ |
---|
info | [概要] SCIMユーザの検索が完了しました
[詳細] TargetExternalId: <外部ID> StatusCode: 200 RequestURL: https://scim.auth.iij.jp:443/scim/v2/Users/.search RequestBody: {"attributes":["id","externalId"],"filter":"externalId pr and (externalId eq "<外部ID>")","schemas":["urn:ietf:params:scim:api:messages:2.0:SearchRequest"]} ResponseBody: {"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":1,"startIndex":1,"itemsPerPage":1,"Resources":[{"schemas":["urn:ietf:params:scim:schemas:core:2.0:User","urn:ietf:params:scim:schemas:extension:enterprise:2.0:User","urn:oidfj:params:scim:schemas:extention:enterprisejp:2.0:User","urn:iij:params:scim:schemas:extension:enterprisejp:2.0:User"],"id":"<ユーザのUUID>","externalId":"<外部ID>"}]} |
説明
IIJ ID上のユーザの検索を完了しました。