Skip to content

@capgo/capacitor-intune

CapacitorのMicrosoft Intune MAM登録、保護ポリシー、設定、MSAL認証用プラグイン

概要

概要

Capacitor plugin for Microsoft Intune MAM enrollment, app protection policies, app config, and MSAL authentication.

  • acquireToken - Microsoftサインインフローを提示し、アクセストークンとアカウントメタデータを返します。
  • acquireTokenSilent - MSALキャッシュから以前サインインしたユーザーからトークンを取得します。
  • registerAndEnrollAccount - Intuneに以前認証されたアカウントを登録し、エンロールを開始します。
  • loginAndEnrollAccount - Intuneにアプリトークンを要求せずにユーザーを認証してエンロールするように求めます。
MethodDescription
acquireTokenMicrosoftサインインフローを提示し、アクセストークンとアカウントメタデータを返します。
acquireTokenSilentMSALキャッシュから前回サインインしたユーザーのトークンを取得します。
registerAndEnrollAccountIntuneと前回認証済みのアカウントを登録し、エンロールを開始します。
loginAndEnrollAccountIntuneに認証とエンロールを要求するのではなく、ユーザーを認証してエンロールするようにIntuneに依頼します。
enrolledAccountIntuneにエンロール済みのアカウントが存在する場合、そのアカウントを返します。
deRegisterAndUnenrollAccountアカウントをIntuneから削除し、適用可能な場合に選択的ワイプをトリガーします。
logoutOfAccountMSALからユーザーをサインアウトしますが、Intuneアカウントをエンロールから外さないでください。
appConfig管理アカウントのリモートIntuneアプリ構成を取得します。
getPolicy管理アカウントの現在の有効なIntuneアプリ保護ポリシーを取得します。
groupNameアプリ構成値が存在する場合に解決する便利なヘルパーです。 GroupName このプラグインによってバンドルされたネイティブIntuneとMSAL__CAPGO_KEEP_0__バージョンを返します。
sdkVersionReturn the native Intune and MSAL SDK versions bundled by this plugin.
displayDiagnosticConsoleアプリ構成値が存在する場合に解決する便利なヘルパーです。
addListenerリモートアプリの構成更新を待ちます。
addListenerリモートアプリの保護ポリシー更新を待ちます。
removeAllListenersこのプラグインインスタンスのすべての登録リスナーを削除します。

この参照は src/definitions.ts からsync 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 Using @capgo/capacitor-social-login Using @capgo/capacitor-social-login Using @capgo/capacitor-passkey Using @capgo/capacitor-passkey Using @capgo/capacitor-native-biometric for the implementation detail in @capgo/capacitor-native-biometric, and Two-factor authentication ページを編集する