Configuring an incoming link

When you set up an incoming link with an external application, you allow the application to access Crowd data. This configuration allows Crowd to function as an OAuth 2.0 provider.

受信リンクを作成するには、次の手順に従います。

  1. Go to Application links.

  2. Select Create link.

  3. Choose External application, then select Incoming as the direction.

  4. 以下のセクションの説明に従って、詳細を入力します。

For this type of link, you only need to provide the Redirect URL (also known as Callback URL) from your external application. After authorizing the application, the user will be redirected to this URL with the authorization code.

Select the permissions the application can have on your Crowd instance. You can choose from the following permission scopes:

権限説明
USERAccess Crowd as a user. Perform actions allowed for a user without administration permissions, such as using user admin endpoints.
SYSTEM_ADMINAdminister Crowd. Perform all administrative functions on the Crowd instance.


Even if you grant higher permissions, the application won’t be able to do more than the user authorizing it. For example, even if you select the SYSTEM_ADMIN permissions, the application won't be able to use them if the authorizing user only has USER permissions


After providing the Redirect URL and selecting the scopes, Crowd will generate the OAuth 2.0 credentials that include these details. You need to copy the credentials to your external application to complete the link.

At this point, the application link has already been created in Crowd. You can view its details in Application links, including the OAuth 2.0 credentials in case you need to access them later.

If you lose your OAuth 2.0 credentials, you can access them any time in the details of the application link you created.

To view OAuth 2.0 credentials:

  1. Go to Application links.

  2. Find the application link you’re interested in, and select More actions, then View credentials.

最終更新日 2025 年 4 月 7 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.