refactor(jans-cedarling): relocate tokens from context to user and workload entities #10506
Labels
comp-jans-cedarling
Touching folder /jans-cedarling
enhancement
kind-enhancement
Issue or PR is an enhancement to an existing functionality
Is your feature request related to a problem? Please describe.
In the current implementation, tokens such as
access_token
,id_token
, anduserinfo_token
are included in the Context entity. To simplify policy definitions and improve clarity, we can move theaccess_token
to the Workload entity and relocating theid_token
anduserinfo_token
to the User entity. This change directly associates tokens with their respective owners, making policies easier to express.Describe the solution you'd like
We need to update the schema:
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: