Skip to content

Conversation

@corrupt952
Copy link

@corrupt952 corrupt952 commented Dec 4, 2025

This PR fixes a typo in UserInfoIssueRequest class.

What

  • Fix typo clamis to claims in defaults method
  • Fix typo hash[:clamis] to hash[:claims] in set_params method

Why

When users correctly specify claims in the hash, the value is ignored because set_params looks for the wrong key (:clamis). This causes @claims to be nil, resulting in Bad Request or Internal Server Error from the API.

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.

1 participant