You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then when importing this I expect the "Grant Type" in Auth -> OAuth2 for /users/register to be set to "Client Credentials" with the "Acces Token URL" to be filled.
Instead it looks like this:
While I expected this:
Same story goes for all of the other flows. (I think, didn't test it, tho)
The text was updated successfully, but these errors were encountered:
hey @k-visscher thanks for reporting this, I looked around and couldn't find an API that can programmatically set the Grant-Type according to the schema. I'll ask around within the Team and see if they can point me to the right direction.
Imagine we have the following OpenAPI definition:
Then when importing this I expect the "Grant Type" in Auth -> OAuth2 for
/users/register
to be set to "Client Credentials" with the "Acces Token URL" to be filled.Instead it looks like this:
![Screenshot 2022-06-09 at 12 04 58](https://user-images.githubusercontent.com/13816979/172822117-a3b05f34-08c0-4ee5-87da-a437b3ff16ba.png)
![Screenshot 2022-06-09 at 12 09 10](https://user-images.githubusercontent.com/13816979/172822873-facc5498-eadd-4ea8-8690-e3ab380ed5ce.png)
While I expected this:
Same story goes for all of the other flows. (I think, didn't test it, tho)
The text was updated successfully, but these errors were encountered: