We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf42cf commit bff9f6eCopy full SHA for bff9f6e
1 file changed
mcpgateway/services/token_validation_service.py
@@ -75,7 +75,7 @@ def blocking_errors(self) -> List[str]:
75
>>> r.audience_match = False
76
>>> r.warnings.append("Token audience mismatch: token aud does not match expected resource or gateway URL")
77
>>> r.blocking_errors
78
- ["Token audience mismatch: token aud does not match expected resource or gateway URL"]
+ ['Token audience mismatch: token aud does not match expected resource or gateway URL']
79
"""
80
if not self.warnings:
81
return []
0 commit comments