> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# カスタムのシングルサインオン認証を実装

> 標準ではない ID プロバイダーを使用して ABBYY FlexiCapture 向けにカスタム シングルサインオンを構築し、SAML または JWT トークンを Application Server チケットと交換します。

ABBYY FlexiCapture では、独自のカスタム シングルサインオン認証 (SSO) を実装できます。これは、標準ではない[ID プロバイダー](/ja/flexi-capture/appendix/glossary-main-body#idp)や標準的でない業務プロセスを使用している場合に必要になることがあります。

[SAML 2.0](/ja/flexi-capture/saml-authentication) と [JSON Web Tokens (JWT) ](/ja/flexi-capture/jwt-authentication) の両方の標準規格がサポートされています。

認証プロセスは次のように進行します。

* カスタム アプリケーションが ID データを ID プロバイダーに送信します。
* ID プロバイダーは、ID 情報を含むトークンを返します。
* アプリケーションはそのトークンを Application Server に渡します。
* Application Server は内部[認証チケット](/ja/flexi-capture/saml-authentication#use-the-authenticated-fc-12-ticket)を発行します。
* その後、この内部認証チケットを使用して、Web ステーションおよび API サービスでユーザーを認証します。

<Frame>
  <img src="https://mintcdn.com/abbyy/krz5RorXCXcZNXDM/images/flexi-capture/sso.png?fit=max&auto=format&n=krz5RorXCXcZNXDM&q=85&s=d2d99c09f9c8a17a364071a1d4c1f10e" alt="ABBYY FlexiCapture におけるカスタム シングルサインオン フローの図。アプリケーションが ID データを ID プロバイダーに送信し、ID トークンを受け取り、それを Application Server に渡して内部認証チケットを取得し、Web ステーションおよび API サービスに対して認証する流れを示しています。" width="1200" height="991" data-path="images/flexi-capture/sso.png" />
</Frame>
