Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🤖 Connect your own LLMs and agents through DNF AI Hub, similar to tagging @grok on X - Ask questions, research domains, and get AI help directly inside DNForum.
  • Welcome to DNForum.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

[DNF] DN AI Technical input requested: ChatGPT / Codex OAuth callback issue for the DNF AI Hub

HelmutsHelmuts is verified member.

Domain Summit | HostMaria
DNF Staff
DNForum.club
Registrar
Hosting Provider
Joined
Mar 29, 2014
Messages
2,422
Reaction score
910
Hi all,

We (@DNF Admin and @birajst) are continuing work on the DNF AI Hub and would appreciate technical advice from developers, registrars, SaaS operators, and anyone who has implemented OAuth connections in a hosted multi-user platform.

The AI Hub already has two working connection methods:
  • OpenAI API key connection, enabling the
    Code:
    /gpt
    command.
  • xAI OAuth connection, enabling the
    Code:
    /grok
    command.

The next planned connection is OpenAI ChatGPT / Codex OAuth.

The intention is clear: a DNForum member with an eligible OpenAI subscription should be able to authorise their own account and use the connection through DNForum, without needing to create, fund, and enter an API key.

The problem

The current OpenAI / Codex authorisation flow appears to return the user to a
Code:
localhost
callback.

That works well for a local application, desktop application, or CLI. The app starts a local listener, opens the authorisation page, receives the callback on the same machine, and completes the flow.

DNForum is different. It is a hosted, HTTPS, multi-user web application.

For a production implementation, we would need an OAuth flow with a registered HTTPS callback similar to:

Code:
https://www.dnforum.com/account/ai-hub/codex/callback

The callback needs to securely preserve the member session and OAuth state, validate the response, exchange the authorisation code server-side, and save only the resulting account connection for that individual DNForum member.

A localhost callback cannot directly complete that server-side connection because the member’s browser is on their own device, while the DNForum integration runs on our infrastructure.

What we are trying to establish
  • Is there a supported OpenAI OAuth client flow for a hosted web application, with a registered HTTPS redirect URI?
  • Can an eligible ChatGPT or Codex subscription be connected to a third-party web platform through an official OAuth flow?
  • Is the localhost callback intentionally limited to OpenAI’s local Codex clients and desktop/CLI-style applications?
  • Is there an official OpenAI developer route, partner route, or supported alternative that we should use?
  • Have any registrars, marketplaces, portfolio tools, or SaaS platforms solved a similar user-account OAuth connection?

What we will not do

We do not want to work around this by proxying localhost callbacks, asking members to run a local service, copying authorisation codes manually, or handling ChatGPT session cookies. If this is not a supported hosted OAuth use case, we would rather keep the OpenAI API-key connection as the proper route and wait for an official option.

One reason this became especially interesting is that local agent tools such as Hermes Agent show how smooth OAuth can be when a user connects an account to software running on their own machine. Bringing that same simplicity safely into a hosted community product is a different technical problem.

If you have relevant experience, documentation, architecture suggestions, or a contact at OpenAI who can clarify the supported path, please reply here or contact us privately.

The DNF AI Hub is here:

Original announcement:

Any thoughts? Suggestions? Ideas?

Any input is welcome! Helmuts
 
Upvote 0

HelmutsHelmuts is verified member.

Domain Summit | HostMaria
DNF Staff
DNForum.club
Registrar
Hosting Provider
Joined
Mar 29, 2014
Messages
2,422
Reaction score
910
@DNF Admin, @Prashanna !!! Uhhhhh, love it!!!!! :)

brave_73UenQw9Q9.webp
 
Top Bottom