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

Fixes JWT signature validation fails for AuthorizedAASEnvironmentPreconfigurationLoader #652

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mdanish98
Copy link
Contributor

@mdanish98 mdanish98 commented Mar 2, 2025

Description of Changes

Fixes JWT signature validation fails for AuthorizedAASEnvironmentPreconfigurationLoader by dynamically verify the JWT signature from the authorization server.

Related Issue

Closes #596

…onfigurationLoader

Signed-off-by: Mohammad Ghazanfar Ali Danish <mdanish98@gmail.com>
@aaronzi
Copy link
Member

aaronzi commented Mar 3, 2025

Hi @mdanish98, thanks a lot for the fix. 👍🏻 Implementation wise this looks good to me. But the new approach is not covered by a test yet. Would you be able to provide a test for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] JWT signature validation fails for AuthorizedAASEnvironmentPreconfigurationLoader
2 participants