-
Warehouse will need one or more new dependencies for interacting with OIDC providers as a relying party.
This seems to be a good start: https://github.com/IdentityPython/JWTConnect-Python-OidcRP
-
Hi.
New version of oidcrp does this:
```
Traceback (most recent call last):
File "JWTConnect-Python-OidcRP\example\flask_rp\wsgi.py", line 28, in
app = application.oidc_provider_init_app(_…
-
IMPORTANT!!! Current bugs of auth system related to custom component, found by @Marcelinna.
https://github.com/cyfronet-fid/eosc-user-dashboard/issues/11
---
Create profile service skeleton (us…
-
Source: #2369
- [x] secure with OAuth (AAI)
Libs
https://openid.net/developers/certified/
https://github.com/IdentityPython/JWTConnect-Python-OidcRP
https://oidcrp.readthedocs.io/en/lat…
-
In oidcmsg CI we have the problem:
https://github.com/IdentityPython/JWTConnect-Python-OidcMsg/runs/4022769174?check_suite_focus=true#step:4:255
other users told me that they have too, with their …
-
we still don't have configured pytests in gh actions!
-
as @rohe exposed in https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/issues/88#issuecomment-845784638
A quick search also reveals RSA1_5 in a couple of tests and in src/cryptojwt/jwt.p…
-
We are trying to setup the nginx-uwsgi as described [here](https://github.com/rohe/fedservice/tree/master/entities/nginx_uwsgi), but it seems that there is a mismatch between the code on the master br…
-
Hi there,
I am implementing djangosaml2 with django rest framework. I want to generate JSON web token after the user is authenticated. How should I approach that problem. Need some guidance on that.
-
As RSA 1.5 has been deprecated here:
https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/pull/86
we should update the examples in the Documentation with another algorithm, eg: "RSA-OAEP"…