Preface
This article explains how to add arbitrary claims to an ID token.How to add claims to an ID token
Authlete’s /auth/authorization/issue API is the method for adding claims. In this article, the following claims are to be added.| Item | Value |
|---|---|
| ”name" | "Test User" |
| "email" | "testuser01@example.com" |
| "email_verified” | true |