# HG changeset patch # User drewp@bigasterisk.com # Date 1701726690 28800 # Node ID 6e0d47f9e56d47088e9995bcc52bc63a97d47194 # Parent caea36c8289f3bc454cce06c92161b83f5ea4950 pom issuer change diff -r caea36c8289f -r 6e0d47f9e56d get_agent.py --- a/get_agent.py Thu Nov 30 22:43:58 2023 -0800 +++ b/get_agent.py Mon Dec 04 13:51:30 2023 -0800 @@ -72,7 +72,7 @@ jwt.validate( jwkset['keys'][0], #?? algs=['ES256'], - issuer='authenticate2.bigasterisk.com', + issuer='bigasterisk.com', audience='bigasterisk.com') claims: Dict[str, Any] = jwt.claims log.debug('claims=%r', claims) @@ -89,7 +89,7 @@ async def getFoafAgent(req) -> URIRef | None: - """this is special because fingerprint needs to be able to send + """this is special because fingerprint needs to be able to send x-foaf-agent AND we need to get agents the normal way from pomerium""" if 'X-Pomerium-Jwt-Assertion' in req.headers: