0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Entra ID のAPI駆動型インバウンドプロビジョニングをやってみた - その1

Last updated at Posted at 2025-02-22

1.はじめに
Entra ID のAPI駆動型インバウンドプロビジョニングを、PowershellとCSVを使ってプロビジョニングする記事がなかったので自分の備忘として残します。

機能概要とかは MS Learn を読んでください
https://learn.microsoft.com/ja-jp/entra/identity/app-provisioning/inbound-provisioning-api-concepts

2.Entra ID にAPI駆動型インバウンドプロビジョニングアプリの作成

Entra 管理センターからエンタープライズアプリを作成する
image.png

検索に api-driven と入力し検索する
image.png

任意の名前を入力し作成
image.png

概要から作業開始する
image.png

プロビジョニングモードを自動にし保存
image.png

メール通知設定し、再度保存
image.png

マッピングリンクを選択
image.png

下記マッピングでは、SCIM のスキーマから Entra ID への取り込み用属性値がデフォルトでセットされている
このセットは、リソース元に合わせてカスタマイズも可能
※マッピングについての詳細はこちらの記事を参照
https://jpazureid.github.io/blog/azure-active-directory/introducing-a-new-flexible-way-of-bringing-identities-from-any/
image.png

リソース元に合わせてマッピングを追加もできる
image.png

マッピング設定後、概要からプロビジョニングを開始する
image.png

*本稿は、個人の見解に基づいた内容であり、所属する会社の公式見解ではありません。また、いかなる保証を与えるものでもありません。正式な情報は、各製品の販売元にご確認ください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?