> For the complete documentation index, see [llms.txt](https://docs.radiusaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiusaas.com/ja/overview.md).

# 概要

## RADIUSとは何ですか？

大企業がネットワーク認証を必要とするときはいつでも、 [RADIUS（RFC 2865）](https://tools.ietf.org/html/rfc2865) が選ばれるプロトコルです。RADIUSはAAAプロトコルで、これは **認証、認可、アカウンティング**。したがって、WiFi、有線（802.1X、EAP）やVPNのようなネットワークへのアクセス制御に最適です。このプロトコルは1991年にLivingston Enterprises, Inc.によって開発され、現在はIETF標準の一部です。

## RadSecとは何ですか？

RADIUSは認証目的に効率的なプロトコルで、UDPトランスポートプロトコルを使用します。とはいえ、一部のトラフィックは転送中に暗号化されません。これは次を使用することで回避できます [RadSec（RFC 6614）](https://tools.ietf.org/html/rfc6614) 。これはTCPで転送され、TLSトンネル内に完全にカプセル化されます。&#x20;

## 認証証明書

クライアントにデバイス証明書またはユーザー証明書を配布する最も簡単な方法は [SCEPman](https://www.scepman.com/)、導入が非常に簡単で、Intuneやその他のMDMシステムとシームレスに統合できるためです。\
\
また、次も使用できます [Microsoft Cloud PKI](/ja/she-ding/get-started/scenario-based-guides/microsoft-cloud-pki.md)、独自のオンプレミスPKI、またはその他の互換性のあるCA。

RADIUSaaSは複数のCAを同時にサポートします。

#### オンライン証明書検証

証明書が認証局（CA）によって有効と見なされるかどうかを確認するために **認証時に**、RADIUSaaSはOnline Certificate Status Protocol（OCSP）またはCertificate Revocation Lists（CRLs）を利用します。

{% hint style="info" %}
OCSPレスポンダーに送信されるリクエスト数を減らすため、一部の証明書の状態は [一時的にキャッシュされます](/ja/sono/faqs/log-and-common-errors.md#certificate-status-was-revoked-previously).
{% endhint %}

## 当社のサービス

### RADIUS

#### 管理ポータル

各顧客は、専用のRADIUSaaS管理ポータルを通じて自分専用のインスタンスにアクセスでき、次のような作業に使用できます [ユーザーの作成](/ja/ptaru/users.md#add)、変更 [許可された証明書](/ja/ptaru/settings/trusted-roots.md), [プロキシの追加](/ja/ptaru/settings/settings-proxy.md)、作成 [ルール](/ja/ptaru/settings/rules.md) 、またはRADIUSaaS Insightsを使用したトラブルシューティングの実施。&#x20;

#### RADIUSからRadSecへのプロキシ

サービスの内部RADIUSサーバーは、次のみを許可します [RadSec](/ja/overview.md#what-is-radsec) 接続を許可します。お使いのWiFiインフラがRadSecをサポートしていない場合、RADIUSaaSには [プロキシ](/ja/ptaru/settings/settings-proxy.md) 機能があり、これにより安全なトンネルが確立され、従来のUDPベースのRADIUSでサービスを使用できます。

#### ゲスト、BYOD、およびIoTデバイス&#x20;

一部のデバイスは証明書を受信できない場合があります。理由としては、いずれのポリシープロバイダー/MDMシステムでも管理されていない、または単純に技術的に証明書に対応できないことが考えられます。 \
そのような場合、BYODやゲストのシナリオでは、次のことができます [ユーザーを追加する](/ja/ptaru/users.md#add) インスタンスに追加し、必要に応じてアクセスを特定の時間枠に制限します。これにより、同じSSIDを使用しながら、1つのサービスインスタンスでプリンター、テレビ、その他のデバイスを認証できます。

### リージョン

RADIUSaaSは世界中で利用できます。

**RADIUSaaSのコアサービス** は、次のリージョンおよび国のデータセンターに展開できます：

* オーストラリア
* 欧州連合
* イギリス
* アメリカ合衆国

**RADIUSプロキシ** はデータセンターに展開できます [すべての大陸](/ja/ptaru/settings/settings-proxy.md#regions).&#x20;

## はじめに

次のページの手順に従って、クライアントをRADIUS-as-a-Serviceでの認証に備えてください！

{% content-ref url="/pages/ff32b7a98fd95b4f52215d5b468e7fb65699e921" %}
[はじめに](/ja/she-ding/get-started.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.radiusaas.com/ja/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
