Skips identity selection and proceeds directly to the MCPs page. Upstream service tokens will be stored against the session token only (not a persistent identity), so they will not carry over to other sessions or the LLM Gateway.
Only available when enforce_auth_on_inference is false in config. Returns a
redirect back to the identity page with an error if auth enforcement is enabled.
Request body is application/x-www-form-urlencoded (browser form submission).
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Pending flow ID
Redirect to /oauth/consent/mcps?flow_id=xxx on success, or back to
/oauth/consent?flow_id=xxx&error=... if identity enforcement is required.