概要
概要Capacitorのプラグインは、Microsoft Intune MAMの登録、アプリ保護ポリシー、App Config、MSAL認証のために使用されます。
Core Capabilities
Core CapabilitiesのセクションacquireToken- Microsoftサインインフローを提示し、アクセストークンとアカウントメタデータを返します。acquireTokenSilent- MSALキャッシュから以前のサインインユーザーからトークンを取得します。registerAndEnrollAccount- Intuneに以前認証されたアカウントを登録し、登録を開始します。loginAndEnrollAccount- アプリトークンを要求することなく、ユーザーをIntuneで認証して登録します。
Public API
Public APIのセクション| Method | Description |
|---|---|
acquireToken | Microsoftサインインフローを提示し、アクセストークンとアカウントメタデータを返します。 |
acquireTokenSilent | MSALキャッシュから、以前のサインインユーザーに対してトークンを取得します。 |
registerAndEnrollAccount | Intuneに以前の認証済みアカウントを登録し、エンロールを開始します。 |
loginAndEnrollAccount | Intuneにユーザーを認証し、エンロールを実行するように求めることなく、ユーザーをエンロールします。 |
enrolledAccount | 現在エンロールされているIntuneアカウントを返します。アカウントが存在する場合。 |
deRegisterAndUnenrollAccount | Intuneからアカウントを登録解除し、適用可能な場合に選択的ワイプをトリガーします。 |
logoutOfAccount | MSALからユーザーをサインアウトしますが、Intuneアカウントをエンロール解除しません。 |
appConfig | 管理アカウントに対してリモートのIntuneアプリ構成を取得します。 |
getPolicy | 管理アカウントに対して現在有効なIntuneアプリ保護ポリシーを取得します。 |
groupName | アプリ構成値が存在する場合に、解決を助ける便利なヘルパーです。 GroupName このプラグインによってバンドルされたネイティブのIntuneとMSAL__CAPGO_KEEP_0__バージョンを返します。 |
sdkVersion | Return the native Intune and MSAL SDK versions bundled by this plugin. |
displayDiagnosticConsole | Convenience helper that resolves the |
addListener | リモートアプリの構成更新を待ちます。 |
addListener | リモートアプリの保護ポリシー更新を待ちます。 |
removeAllListeners | このプラグインインスタンスのすべての登録リスナーを削除します。 |
真実の源
「真実の源」というセクションこの参照は src/definitions.ts から capacitor-persona.
Keep going from @capgo/capacitor-intune
Capgoのcapgoから続く@capacitor-intune「Capgoの__CAPGO_KEEP_0__から続く@__CAPGO_KEEP_1__-intune」というセクション @capgo/capacitor-intune 認証とアカウントフローの計画と、接続する Using @capgo/capacitor-intune Using @capgo/capacitor-intuneのネイティブ機能 @capgo/capacitor-social-login @capgo/capacitor-social-loginの実装詳細 @capgo/capacitor-passkey @capgo/capacitor-passkeyの実装詳細 @capgo/capacitor-native-biometric @capgo/capacitor-native-biometricの実装詳細 Two-factor authentication Two-factor authenticationの実装詳細