-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] OpenID connect client library - eyeing toward deploying keycloak #299
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d528f7 - Browse repository at this point
Copy the full SHA 9d528f7View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4765e51 - Browse repository at this point
Copy the full SHA 4765e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1d4037 - Browse repository at this point
Copy the full SHA c1d4037View commit details
Commits on Aug 9, 2024
-
User claim dictionary slightly smaller. Apprently, nginx default head…
…er buffer size is 4k, and the claim == token being bloated is not a good idea.
Configuration menu - View commit details
-
Copy full SHA for 7ccb479 - Browse repository at this point
Copy the full SHA 7ccb479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a76ef3 - Browse repository at this point
Copy the full SHA 0a76ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d4bfd - Browse repository at this point
Copy the full SHA e4d4bfdView commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03df0e9 - Browse repository at this point
Copy the full SHA 03df0e9View commit details
Commits on Aug 20, 2024
-
logout URL is no longer a proprety, it's now a function and you can p…
…rovide alternate logout URL. claims gets id_token property.
Configuration menu - View commit details
-
Copy full SHA for 5b6c747 - Browse repository at this point
Copy the full SHA 5b6c747View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6dbcd - Browse repository at this point
Copy the full SHA de6dbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0b695 - Browse repository at this point
Copy the full SHA 1f0b695View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ecfc74c - Browse repository at this point
Copy the full SHA ecfc74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4934e21 - Browse repository at this point
Copy the full SHA 4934e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a18a8 - Browse repository at this point
Copy the full SHA 49a18a8View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc0597a - Browse repository at this point
Copy the full SHA cc0597aView commit details
Commits on Aug 27, 2024
-
1 - Add "aud" checking to pass for oidc_idp.py
2 - user_claims.py - token needs more diet. Gave up on including access and id tokens in the secret part. Only encrypt the user's property part. Access token is only needed for talking to Keycloak, and payload is for us. 3. Creating tapir session needs transaction. It is adding the tapir session successfully.
Configuration menu - View commit details
-
Copy full SHA for 2ee7f64 - Browse repository at this point
Copy the full SHA 2ee7f64View commit details
Commits on Aug 30, 2024
-
Ues all but "aud" token verity.
I'm not understanding why Keycloak made account has no "aud" while using legacy auth has it. In any rate, I think we don't care where the accounts come from. Token pack/unpack was totally busted, and now fixed.
Configuration menu - View commit details
-
Copy full SHA for 190a236 - Browse repository at this point
Copy the full SHA 190a236View commit details
Commits on Sep 3, 2024
-
Support refreshing access token. The claims now includes the refresh …
…toke for it. The payload size is a bit tight.
Configuration menu - View commit details
-
Copy full SHA for f23b810 - Browse repository at this point
Copy the full SHA f23b810View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca287e1 - Browse repository at this point
Copy the full SHA ca287e1View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c6b9ac - Browse repository at this point
Copy the full SHA 4c6b9acView commit details
Commits on Sep 13, 2024
-
Nit fix, and use user_id rather than email for setting up Tapir. user…
…_id doesn't change while email may.
Configuration menu - View commit details
-
Copy full SHA for 80f658c - Browse repository at this point
Copy the full SHA 80f658cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ed197 - Browse repository at this point
Copy the full SHA 44ed197View commit details -
Configuration menu - View commit details
-
Copy full SHA for df06d5a - Browse repository at this point
Copy the full SHA df06d5aView commit details
Commits on Sep 17, 2024
-
Change the token format and make it future proof by a version prefix.
User claim's user ID "may not be integer" in rare occasion so be defensive. Fix the refresh token handling.
Configuration menu - View commit details
-
Copy full SHA for bfb93c6 - Browse repository at this point
Copy the full SHA bfb93c6View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a86117c - Browse repository at this point
Copy the full SHA a86117cView commit details -
refresh token, the function now only need the refresh token only rath…
…er than the user claims.
Configuration menu - View commit details
-
Copy full SHA for 1ca5c01 - Browse repository at this point
Copy the full SHA 1ca5c01View commit details -
Try not using access token (usu payload) instead for the user claims.…
… This saves about 1k in size. validate_access_token may not be RSA key. This isn't implementing the other key types but needs some research that which key type is the smallest.
Configuration menu - View commit details
-
Copy full SHA for 683177a - Browse repository at this point
Copy the full SHA 683177aView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 399fb44 - Browse repository at this point
Copy the full SHA 399fb44View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c7c86d - Browse repository at this point
Copy the full SHA 1c7c86dView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c71dab8 - Browse repository at this point
Copy the full SHA c71dab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e262a - Browse repository at this point
Copy the full SHA 29e262aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a059b6e - Browse repository at this point
Copy the full SHA a059b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbaea3 - Browse repository at this point
Copy the full SHA 4cbaea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ff08b - Browse repository at this point
Copy the full SHA 26ff08bView commit details