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

Fix Trust params handling #366

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from
Draft

Fix Trust params handling #366

wants to merge 5 commits into from

Conversation

PascalDR
Copy link
Collaborator

Resolves #303

@PascalDR PascalDR added the bug Something isn't working label Feb 19, 2025

_protected_jwt_headers.update(
self.trust_evaluator.get_selfissued_jwt_header_trust_parameters(issuer=self.client_id)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

different trust evaluation handler may have different client ids (unfortunately)

we have the default_client_id that sets each trust ahdnler client id automatically if not differently provided

this means that we should be able to customize a client id within each trust handler configurations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic JWT header in the presentation request according to the configured trust evaluation methods
2 participants