Hey,
I search a lot for this but could not find anything to lead me in the right direction, so posting this here.
I am building a flow where users can click "Connect Rovo MCP" button, and they should be able to authenticate using the Rovo MCPs OAuth 2.1 flow. But, I am having a hard time to implement it.
I am not using any proxy like mcp-remote, and when building the OAuth endpoint, I have no idea which client_id to use. I used one by creating a OAuth 2.0 application, but that resulted in "Internal Server Error".
My question would be: How do I build a custom OAuth 2.1 flow (if it's possible), and where do I get the client id to use in the oauth URL. Would help if someone could point me in the right direction.