Skip to content

Commit

Permalink
[#118] Changing default sign algorithm to RS256
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme authored Nov 5, 2024
1 parent d0630df commit d67f9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozilla_django_oidc_db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class OpenIDConnectConfigBase(SingletonModel):
_("OpenID sign algorithm"),
max_length=50,
help_text=_("Algorithm the Identity Provider uses to sign ID tokens"),
default="HS256",
default="RS256",
)
oidc_rp_scopes_list = ArrayField(
verbose_name=_("OpenID Connect scopes"),
Expand Down

0 comments on commit d67f9d0

Please sign in to comment.