Skip to content

validatePayload() should prioritize $registration->getToolJwksUrl() over $toolKeyChain->getPublicKey() #205

@murtazasultani

Description

@murtazasultani

In the PlatformLaunchValidator class, the validatePayload() method currently resolves the tool's public key by checking $registration->getToolKeyChain() first. However, this behavior should be reversed: if a JWKS URL is provided via $registration->getToolJwksUrl(), it should take precedence over any statically configured key from $toolKeyChain->getPublicKey().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions