fix(opax-mcp): correct IAP client ID for opax.vauco.no
Previous client ID was wrong (ka7t2fv9...). Correct ID from Location redirect header is kq8nt71d38hfqlcfb3n52ef7ala4meo.
This commit is contained in:
parent
eb351b5e85
commit
692ac6dec4
|
|
@ -12,7 +12,7 @@ from typing import Optional, Any
|
||||||
app = FastAPI(title="opax-mcp", version="2.0.0")
|
app = FastAPI(title="opax-mcp", version="2.0.0")
|
||||||
|
|
||||||
OPAX_BASE_URL = os.environ.get("OPAX_BASE_URL", "https://opax.vauco.no")
|
OPAX_BASE_URL = os.environ.get("OPAX_BASE_URL", "https://opax.vauco.no")
|
||||||
IAP_CLIENT_ID = os.environ.get("IAP_CLIENT_ID", "357036551735-ka7t2fv9ue2jp01bs826hpdctlvispuo.apps.googleusercontent.com")
|
IAP_CLIENT_ID = os.environ.get("IAP_CLIENT_ID", "357036551735-kq8nt71d38hfqlcfb3n52ef7ala4meo.apps.googleusercontent.com")
|
||||||
|
|
||||||
async def _iap_token() -> str:
|
async def _iap_token() -> str:
|
||||||
"""Fetch IAP identity token from GCP metadata server."""
|
"""Fetch IAP identity token from GCP metadata server."""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user