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 a7f5b1b commit 9cea266Copy full SHA for 9cea266
src/stac_auth_proxy/middleware/EnforceAuthMiddleware.py
@@ -47,7 +47,7 @@ def __post_init__(self) -> None:
47
)
48
if jwks_uri != self.metadata["jwks_uri"]:
49
logger.warning(
50
- "JWKS URI has been rewritten from %s to %s",
+ "OIDC Discovery reported a JWKS URI of %s but we're going to use %s to match the OIDC Discovery URL",
51
self.metadata["jwks_uri"],
52
jwks_uri,
53
0 commit comments