Skip to Content
Windowsセキュリティインターナル ―PowerShellで理解するWindowsの認証、認可、監査の仕組み
book

Windowsセキュリティインターナル ―PowerShellで理解するWindowsの認証、認可、監査の仕組み

by James Forshaw, 北原 憲
March 2025
Intermediate to advanced
616 pages
10h 34m
Japanese
O'Reilly Japan, Inc.
Content preview from Windowsセキュリティインターナル ―PowerShellで理解するWindowsの認証、認可、監査の仕組み

12章対話型認証

Windowsシステムへ認証する場合はログオンインターフェイスに資格情報を入力し、認証に成功したらデスクトップが表示されるという流れが一般的です。しかし、その認証の裏には様々な処理が発生しています。資格情報をTokenオブジェクトに変換し、アクセス検証などの認証システムと連携するための仕組みが対話型認証(Interactive Authentication)です。

Windowsでは目的に応じて様々な種類の対話型認証が用いられます。例えば、ユーザーが対話型デスクトップを作成する際に用いられる方法や、ネットワークに公開されているサービスに資格情報が提供された際に用いられる方法が存在します。この章ではまず、Windowsシステムへの認証時に、Windows OSがどのように対話型デスクトップを作成しているのかについて解説します。続けて、対話型認証がLsaLogonUser APIを通じてどのように実現されているかについて触れます。最後に、様々な種類の対話型認証について、それらの差異と使用される状況などを確認します。

12.1 ユーザーのデスクトップの作成

Windowsシステムを操作する最も一般的な方法は、デスクトップ上のユーザーインターフェイスを介することです。図12-1は、ユーザーデスクトップを作成する処理の概要を示しています。

対話型デスクトップ作成の概要

図12-1 対話型デスクトップ作成の概要

3章で解説した通り、Windowsシステムが起動するとセッションマネージャーはコンソールセッションを作成します。コンソールセッションによりWinlogonプロセスのインスタンスを開始し、資格情報を収集します。認証に成功するとユーザーのプロセスが開始され、WinlogonプロセスはUIを表示するためにLogonUIプロセスを開始します。LogonUIプロセスは、ユーザーから資格情報を読み取りWinlogonプロセスに渡します(❶)。 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Linuxカーネルプログラミング 第2版

Linuxカーネルプログラミング 第2版

Kaiwan N. Billimoria, 武内 覚, 大岩 尚宏
生成AIのプロンプトエンジニアリング ―信頼できる生成AIの出力を得るための普遍的な入力の原則

生成AIのプロンプトエンジニアリング ―信頼できる生成AIの出力を得るための普遍的な入力の原則

James Phoenix, Mike Taylor, 田村 広平, 大野 真一朗, 砂長谷 健, 土井 健, 大貫 峻平, 石山 将成

Publisher Resources

ISBN: 9784814401062Publisher Website