はじめに
本記事では、クレームを ID トークンに追加する方法について説明します。クレームの追加方法
クレームの追加は /auth/authorization/issue API により行います。本記事では次のクレームを追加します。| 項目 | 値 |
|---|---|
| ”name" | "Test User" |
| "email" | "testuser01@example.com" |
| "email_verified” | true |
IDトークンにクレームを追加する方法について説明します。
| 項目 | 値 |
|---|---|
| ”name" | "Test User" |
| "email" | "testuser01@example.com" |
| "email_verified” | true |