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

How to make rapidoc Authorization Code Flow don't send client_id when get access_token #1014

Open
frg2089 opened this issue Jun 25, 2024 · 0 comments

Comments

@frg2089
Copy link

frg2089 commented Jun 25, 2024

I am encountering an error when accessing the OpenIddict server using rapidoc's Authorization Code Flow:
`Multiple client credentials cannot be specified.'

After some investigation, I found out that rapidoc carries the client_id when accessing the Token URL.
Is there a setting for rapidoc to not carry the client_id when accessing the Token URL in the Authorization Code Flow?

Original in Chinese

我在使用 rapidoc 的授权代码流访问 OpenIddict 服务器时遇到了一个错误:
Multiple client credentials cannot be specified.

在经过调查后发现是 rapidoc 在访问 Token URL 时携带了 client_id 造成的。
有没有一种设置能够让 rapidoc 在授权代码流中访问 Token URL 时不要携带 client_id?

image

Why not use 'Request Body'

image

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