Frontmatter
| id | 9562 |
| title | Implement Generic OIDC Discovery and Google OAuth Hands-on Guide |
| state | Closed |
| labels | documentationenhancementdeveloper-experienceai |
| assignees | tobiu |
| createdAt | Mar 26, 2026, 3:39 PM |
| updatedAt | Mar 26, 2026, 3:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9562 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 26, 2026, 3:55 PM |

Enhance the MCP server authorization to support generic OIDC providers and provide a concrete "hands-on" guide for Google OAuth integration.
Goal: Enable developers to secure Neo.mjs MCP servers using public identity providers without needing to understand the underlying URL structures.
Scope:
aiConfig.mjsto supportAUTH_ISSUER_URL.Server.mjs, implement OIDC Discovery: fetch{issuer}/.well-known/openid-configurationto dynamically resolvetoken_endpoint,introspection_endpoint, etc.AUTH_REALMbased configs.learn/guides/mcp/GoogleAuthDemo.md..envconfiguration needed.