Keycloak + .NET で始める認証・認可

その1:Keycloakの概要と導入方法

Keycloakの基本的な使い方や、Keycloakを使った.NETアプリケーションの認証・認可の仕組みについて説明します。
複数回の記事に分けで、すこしずつ進めていきたいと思います。

まずは、Keycloakの概要とDockerでの導入方法について説明します。

続きを読む

SQLServerで大量のReplaceを実行する

はじめに

SQLServer上のテーブルに対して大量のReplaceを実行する必要があったので、その方法を調査しました。

テストデータ作成

以下のようなテストデータを作成します。

続きを読む

RockyLinux9にSSHをインストールする

RockyLinux9にSSHをインストールする

1. SSHのインストール

1
sudo dnf install openssh-server

2. SSHの起動

1
sudo systemctl start sshd

3. SSHの自動起動

1
sudo systemctl enable sshd

4. SSHの確認

1
sudo systemctl status sshd

5. SSHの設定

1
sudo vi /etc/ssh/sshd_config

パスワード認証を有効にする

1
PasswordAuthentication yes

6. SSHの再起動

1
sudo systemctl restart sshd

以上でSSHのインストールと設定が完了しました。


Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.