# はじめに

## チェックリスト

まずはいくつかの重要な質問から始めましょう：

* [ ] クライアント認証証明書の発行にどの PKI を使用していますか？
* [ ] 認証には、デバイス型またはユーザー型のクライアント認証証明書のどちらを使用しますか？
* [ ] どの MDM システムを使用していますか（例：Intune や/または Jamf Pro）？ また、デバイス構成プロファイルを作成するためのアクセス権と権限はありますか？
* [ ] お使いのネットワーク機器は RadSec（TCP/TLS 経由の RADIUS）や/または RADIUS（UDP）をサポートしていますか？&#x20;
* [ ] ネットワーク機器の管理ポータルにアクセスできますか？
* [ ] RADIUSaaS ポータルにアクセスするために必要な Basic User Profile Read Access への同意を、Azure テナントで行う権限はありますか？

## 全体構成

以下の図は、下記のガイドで説明している一般的なセットアップ手順の詳細です。線形の手順は、お使いのネットワーク機器が次をサポートするかどうかによって分岐します **RadSec** ネイティブに **または** **RADIUS** のみをサポートするかどうかです。したがって、両方の要件がある場合（例：異種混在の AP や/またはスイッチ群がある場合）、両方の構成を完了する必要があります。

また、 [一般ガイド](/ja/gou-cheng/get-started/generic-guide.md)に加えて、 [シナリオ別ガイド](/ja/gou-cheng/get-started/scenario-based-guides.md) も用意しており、一般的な Cloud PKI ソリューションと組み合わせて、証明書ベースの WiFi 認証向けに RADIUSaaS をどのように構成できるかを説明しています：

* Microsoft Cloud PKI を使用した RADIUSaaS
* SCEPman を使用した RADIUSaaS

<img src="/files/f59e90143918017a9a5d842fa708c58474c90bd7" alt="" class="gitbook-drawing">

## 一般ガイド

{% content-ref url="/pages/37dbc9d5c93e85bc6b1d58d01a24ac92d6c45d5c" %}
[汎用ガイド](/ja/gou-cheng/get-started/generic-guide.md)
{% endcontent-ref %}

## シナリオ別ガイド

{% content-ref url="/pages/69de5dcad25656e6889aa991dd5e4dd5de7468d1" %}
[Microsoft Cloud PKI](/ja/gou-cheng/get-started/scenario-based-guides/microsoft-cloud-pki.md)
{% endcontent-ref %}

{% content-ref url="/pages/2e8fff2c6ddac740e4c008cd616dbcdb450ac47e" %}
[SCEPman Enterprise](/ja/gou-cheng/get-started/scenario-based-guides/scepman-enterprise.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.radiusaas.com/ja/gou-cheng/get-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
