JWT Claims - CI/CD用語集の定義
JWT claimsは、トークンのpayload内のアサーションです。iss、sub、expのような登録済みのものと、ロールやスコープのようなカスタムのものがあります。これらは署名が検証された後にのみ信頼されます。
関連ガイド
Session Token - CI/CD Glossary DefinitionA session token is an opaque identifier a server issues at login and the client returns on each request to pr…
CSP - CI/CD Glossary DefinitionA Content Security Policy is an HTTP header listing trusted sources a page may load scripts and styles from -…
Idempotent Request - CI/CD Glossary DefinitionAn idempotent request gives the same result whether sent once or many times, so safe retries never duplicate…