Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization rules during token translation #2

Merged
merged 2 commits into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion draft-rosomakho-wimse-tokentranslation-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ The translation service must enable the addition of sender constraints to restri

# Token Translation Mechanisms

Token translation can be performed by either the workload itself or an identity proxy. Multiple aspects of translation processes can occur simultaneously or be chained together to meet the needs of complex scenarios.
Token translation can be initiated by either the workload itself or an identity proxy. Multiple aspects of translation processes can occur simultaneously or be chained together to meet the needs of complex scenarios.
Translation can also be a subject of authorization restrictions in context of impersonation or delegation.

# Security Considerations

Expand Down
Loading