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

Have special character encoding be optional #628

Open
2373655r opened this issue Feb 19, 2024 · 0 comments
Open

Have special character encoding be optional #628

2373655r opened this issue Feb 19, 2024 · 0 comments

Comments

@2373655r
Copy link

2373655r commented Feb 19, 2024

Problem

I have an OAuth2 client secret with special characters (=,-,/). Special characters are getting encoded following the change in #594 meaning I cannot authenticate when on 1.3.0 . I also cannot change the client that is generating the secrets containing special characters.

Suggested solution

A parameter that lets you optionally disable encoding special characters in client_id and client_secret, either with the understanding that using a colon character will cause a failure, or have it so that only colon characters are encoded.

@2373655r 2373655r changed the title Optional special character encoding Have special character encoding be optional Feb 19, 2024
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

No branches or pull requests

1 participant