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

> OIDC 準拠パイプラインが Client Credentials Flow に与える影響について説明します。

# OIDC に対応した Client Credentials Flow

OIDC 準拠パイプラインでは、[Client Credentials Flow](/ja/docs/get-started/authentication-and-authorization-flow/client-credentials-flow) を使用できます。これにより、アプリケーションはユーザーの代理ではなくアプリケーション自身として認証し、API へのアクセス権をプログラムから安全に取得できます。

このやり取りはレガシーパイプラインには存在しません。代わりに、**サービスユーザー** を作成してこれを擬似的に実現するために、[Resource Owner Password Flow](/ja/docs/get-started/authentication-and-authorization-flow/resource-owner-password-flow) が使用されます。この方法ではなく、API アプリごとにきめ細かな権限を定義できる Client Credentials Flow を使用することを強く推奨します。

Client Credentials Flow の実行方法については、[Client Credentials Flow を使用して API を呼び出す](/ja/docs/get-started/authentication-and-authorization-flow/client-credentials-flow/call-your-api-using-the-client-credentials-flow) を参照してください。

<div id="learn-more">
  ## 詳細はこちら
</div>

* [OIDC のアクセストークン](/ja/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-access-tokens)
* [OIDC の外部 API](/ja/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-apis)
* [OIDC の認可コードフロー](/ja/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-auth-code-flow)
* [OIDC のインプリシットフロー](/ja/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-implicit-flow)
* [OIDC のリフレッシュトークン](/ja/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-refresh-tokens)
* [OIDC のリソースオーナーパスワードフロー](/ja/docs/authenticate/login/oidc-conformant-authentication/oidc-adoption-rop-flow)
