diff --git a/authentik/enterprise/models.py b/authentik/enterprise/models.py index 1b8193cc2..103859b23 100644 --- a/authentik/enterprise/models.py +++ b/authentik/enterprise/models.py @@ -73,7 +73,7 @@ class LicenseKey: decode( jwt, our_cert.public_key(), - algorithms=["ES521"], + algorithms=["ES512"], audience=get_license_aud(), ), )