Skip to content

v3.7.0

Compare
Choose a tag to compare
@zamzterz zamzterz released this 04 Dec 14:44

Important security fixes

  • Properly validate the ID token according to the OIDC specification.
    Use Client.verify_id_token from pyoidc to verify issuer, audience,
    expiry, nonce, acr_values and max_age.
  • Upgrade to latest pyoidc version fixing security issues.