Identity Service: introduce VerificationContext #3675
Labels
breaking-change
Will require manual intervention for version update
core feature
enhancement
New feature or request
Feature Request
As part of the #3662 we want the
IdentityService
to receive extra/additional contextual information about the current verification call.Which Areas Would Be Affected?
core
Why Is the Feature Desired?
IdentityService
implementors could provide additional checks/logic based on the verification contextSolution Proposal
The
IdentityService#verifyJwtToken
will be changed:from:
to:
For now the
VerificationContext
will contain theaudience
for backward compatibility and aPolicy
that's associatedwith the current verification process.
Policy extraction for the current context will be tacked in separated PRs accordingly to their area (catalog,transfer process, contract negotiation)
The text was updated successfully, but these errors were encountered: