5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Cognito の Managed Login と ALB を連携して、日本語を表示する

Posted at

はじめに

前回の記事でALB と Cognito Managed Login を連携できることを確認しました。今回の記事では、この ALB と Managed Login を連携している状況で、日本語を表示する方法を紹介します。

以下の画像のように、デフォルトの画面を日本語で表示が可能です。

image-20241223145150977.png

Managed Login で日本語の表示方法

Managed Login はデフォルトで英語となっており、日本語が得意な方にはちょっと不便です。言語の指定方法が、以下の Document で紹介されており、URL パラメーターに lang=ja を追加すると日本語が表示されるようになります。

これを ALB と Managed Login を連携している場合でも指定が可能です。ALB の詳細画面をひらき、リスターの Edit rule を押します。

image-20241223145708089.png

対象の rule を選択肢、Edit rule を押します。

image-20241223145727507.png

Extra request parameters で langja を指定することで、Managed Login へ表示言語を日本語に指定可能です。

image-20241222112704176.png

5
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?