Roland Hedberg
Roland Hedberg
> 7 dec 2014 kl. 06:50 skrev Mike Schwartz [email protected]: > > Getting these two stack traces... > > Traceback (most recent call last): > File "./oic_flow_tests.py", line 11, in...
@nsklikas My 2c - The entity that gets a token from an token exchange point owns the token - If the original token gets revoked the all the tokens flowing...
Nice set of tests !
It's supported in idpy-oidc but the official SATOSA version at IdentityPython is still not based on idpy-oidc.
idpy-oidc is where the action is.
Good questions all. I'm responsible for the OIDC/OAuth2 libraries within IdentityPython and I would like SATOSA to switch to using idpy-oidc as soon as possible. I think there is a...
I'm not sure I get the question. Creating a JWE token with an "exp" claim that is in the past is possible to do. The "exp" claim is only verified...
pyjwkest doesn't support Direct AES encryption. If pyca/Cryptography which is the crypto library used by pyjwkest supports it, then it should be possible to add it.
I will definitely consider this. Just have to figure out why a couple of tests break with your changes.
Probably we should.