We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9141c commit 3ce662fCopy full SHA for 3ce662f
src/stac_auth_proxy/app.py
@@ -87,8 +87,7 @@ def create_app(settings: Optional[Settings] = None) -> FastAPI:
87
public_endpoints=settings.public_endpoints,
88
private_endpoints=settings.private_endpoints,
89
default_public=settings.default_public,
90
- oidc_config_url=settings.oidc_discovery_url,
91
- oidc_config_internal_url=settings.oidc_discovery_internal_url,
+ oidc_config_url=settings.oidc_discovery_internal_url,
92
)
93
94
app.add_middleware(
0 commit comments