This feature requires an Enterprise plan.
You can configure SCIM to create and manage team accounts and user groups. This article discusses how you can set up a SCIM connection with Vimeo for your organization using Microsoft Entra ID as your IdP (Identity Provider).
Vimeo Enterpriseのお客様でSCIMをお持ちでない場合は、詳細についてアカウントマネージャーまでお問い合わせください。まだVimeo Enterpriseをご利用でなく、SCIMにご関心がある場合はご連絡ください。
記事の内容:
- How to prepare the Vimeo API application
- How to configure the Entra ID App
- How to provision users from Entra ID to Vimeo
- About supported user attributes for SCIM configuration
How to prepare the Vimeo API application
- https://developer.vimeo.com を開きます
- チーム所有者としてログインします。
- 「始める」または「新しいアプリ」を選択します。
- フォームに記入し、「アプリを作成」を選択します。
- アクセストークンの生成セクションまで下にスクロールします。
- 「認証済み(自分)」を選択します。
- Select Private, then SCIM scopes.
- 「生成」ボタンを押します。
- メモ帳アプリなどを使用して、新しく生成されたトークンをどこかにコピーまたは保存します。
How to configure the Entra ID App
- Vimeoに使用されている既存のVimeoアプリケーションに移動します。
- 「プロビジョニング」から「資格情報の更新」に移動し、「管理者資格情報」を開きます。
- テナントURLは、https://api.vimeo.com/scim/v2/1234567という形式で設定します。「1234567」の部分はVimeoチームの所有者のユーザーIDになります(「前提条件」をご参照ください)。
- 上記のセクション(Vimeo APIアプリケーションの準備)で生成したシークレットトークンを設定します。
- 「テスト接続」を選択します
- 設定を保存します。
- 「マッピング」を開きます。
- Go to Provision Microsoft Entra ID Groups.
- Set up like on the screenshot below and Save.
How to provision users from Entra ID to Vimeo
-
Select Start provisioning button in the Entra ID Enterprise application.
- After that, every user you assign to the application under Users and groups will be provisioned into Vimeo.
- After provisioning is initiated you can check the Team Management page for those provisioned users.
About supported user attributes for SCIM configuration
When you change a user, keep UserName and Email attributes identical. Vimeo supports the below user attributes:
- schemas(読み取り専用、SCIM 仕様で必要)
- id(読み取り専用、SCIM 仕様で必要)
- userName(変更可能、電子メールには同じ値が必要)
-
Name(変更可能)
- name.formatted(givenName + familyNameと同じ)
- name.givenName
- name.familyName
- displayName(givenName + familyNameと同じ)
- Active(変更可能)
- emails(type=work および primary=true のみ)(変更可能)
- profileUrl(読み取り専用)
- locale(変更可能)
- groups(読み取り専用、/Groups エンドポイントから変更可能)
- meta(読み取り専用)
問題が発生した場合は、scim-support@vimeo.com までご連絡ください。