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?

MuleSoft Composer 接続に関するまとめ

Last updated at Posted at 2024-11-23

MuleSoft Composerまとめに戻る


はい、そのとおりです。彼らは新しい Mule ユーザーとして表示されます。ユーザーを Anypoint に割り当てることなく Anypoint Teams に参加させる場合は、アプリ登録でアプリ ロールを作成し、Azure AD グループをそれらのロールに結び付けることもできます。

Mulesoftの設定はよく理解できていなのですが、以下のヘルプが関連してそうな感じです。

Map Single Sign-On Users to Roles or Teams
https://docs.mulesoft.com/access-management/map-users-roles-teams

Please add the below dependency in POM.XML or add the OAuth Module from the pallet.

	<dependency>
			<groupId>org.mule.modules</groupId>
			<artifactId>mule-oauth-module</artifactId>
			<version>1.1.21</version>
			<classifier>mule-plugin</classifier>
	</dependency>

:

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?