Skip to content

Introduced configuredAuthServer that only requires .env BASE_URL entry#18

Merged
brionmario merged 2 commits intoasgardeo:mainfrom
sagara-gunathunga:main
Mar 18, 2026
Merged

Introduced configuredAuthServer that only requires .env BASE_URL entry#18
brionmario merged 2 commits intoasgardeo:mainfrom
sagara-gunathunga:main

Conversation

@sagara-gunathunga
Copy link
Contributor

Purpose

This introduces an easy configuration option for simple MCP server development.

No need to configure McpAuthServer; instead, only the following two changes are enough:

  1. Import configuredAuthServer**
import { configuredAuthServer as auth } from '@asgardeo/mcp-express';
  1. Set up BASE_URL in the .env file
BASE_URL=https://api.asgardeo.io/t/<your-org>

Checklist

  • [ X] Manual test round performed and verified.
  • [ X] Documentation provided.

Security checks

brionmario
brionmario previously approved these changes Mar 18, 2026
@brionmario brionmario merged commit cdf3614 into asgardeo:main Mar 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants