1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Keycloakでユーザログイン時にUpdate Account Informationを表示させないようにする

Posted at

事象

Keycloakでユーザがログイン情報を入力してSingInを押下すると、Update Account Informationに遷移し、追加情報の入力を求められる。

①ログインする
image.png

↓ ②リダイレクト先に遷移せず、この画面に遷移してしまう

image.png

対応

管理コンソールにて以下の設定をする。
①RealmSettings > UserProfile
image.png
②各Attributeの内容を確認し、Required fieldをOFFにする。
image.png

必須項目なのにログイン時に入力されていない内容があると、ログイン時に追加情報の入力を求められるっぽいです。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?