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

Remove reference to formatting and encoding of operator token values #262

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

garciasolero
Copy link
Contributor

What type of PR is this?

  • documentation

What this PR does / why we need it:

It is not necessary to define a specific encoding format for the value of the operator token sent as login_hint in CIBA because it may contain url-unsafe characters. The standard already addresses this issue and states that all parameters must be encoded in application/x-www-form-urlencoded.

Any reference to the encoding of the operator token is removed, just as the other parameters that could contain url-unsafe characters are not mentioned for the same case, as this could lead to misunderstandings by sending a double-encoded parameter.

Which issue(s) this PR fixes:

Fixes #259

Copy link
Collaborator

@jpengar jpengar left a comment

Choose a reason for hiding this comment

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

LGTM

@AxelNennker AxelNennker merged commit 3748eef into camaraproject:main Feb 6, 2025
1 check passed
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.

Encoding of login_hint with operator token prefix
3 participants