-
I have successfully implemented djangosaml2 in my application but I want to make this as API and need to call from Angular.
I don't find any documentation, how to use this in the rest framework.
…
-
If a client_secret is expired: oidc-op print into logs:
````
[2019-12-19 13:42:22,579] Not valid client [(ERROR) oidc_op.views.service_endpoint:143]
ERROR:oidc_op.views:Not valid client
````
JW…
-
Because of f-strings
````
Traceback (most recent call last):
File "~/DEV3/OIDC-Project/env/bin/jwkgen", line 6, in
from cryptojwt.tools.keygen import main
File "~/DEV3/OIDC-Project/env/l…
-
it would simplify packaging for distros.
Thanks!
-
It tries to write in private_path which is None.
https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/blob/6f8dbb1e0003a247f791dad46ff4e2a2ec661167/src/cryptojwt/key_jar.py#L841
-
I can see this:
https://github.com/openid/JWTConnect-Python-OidcService/blob/f78b5dcedbfea6dc0488763e06d392977b418058/src/oidcservice/oidc/authorization.py#L116
and this:
https://github.com/openi…
-
standing at:
https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication
there's the need of also:
client_assertion and client_assertion_type
````
The authentication token MUST…
-
running a RP test instance as follow:
`JWTConnect-Python-OidcRP/chrp$ ./rp.py -t -k conf`
its conf is
````
PORT = 8089
# If PORT and not default port
BASEURL = "https://localhost:{}".format…
-
OP Setup made with oidc-op.flask_op.
Using RP Handler (TIER1), as exposed in the documentation, I get that `rph.client_configs` is None.
````
from oidcrp import RPHandler
rph = RPHandler()
issu…
-
I've written a small key generate tool (https://github.com/openid/JWTConnect-Python-CryptoJWT/compare/master...jschlyter:tools) - feedback appreciated. Next up on the list is a converter to/from PEM f…