Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	authentik/enterprise/providers/ssf/signals.py
#	authentik/enterprise/providers/ssf/tasks.py
#	authentik/enterprise/providers/ssf/tests/test_stream.py
  • Loading branch information
BeryJu committed Feb 2, 2025
1 parent d8acec6 commit ee8c130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions authentik/providers/oauth2/tests/test_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def test_auth_code_view(self):
"id_token": provider.encode(
access.id_token.to_dict(),
),
"scope": "",
},
)
self.validate_jwt(access, provider)
Expand Down Expand Up @@ -242,6 +243,7 @@ def test_refresh_token_view(self):
"id_token": provider.encode(
access.id_token.to_dict(),
),
"scope": "offline_access",
},
)
self.validate_jwt(access, provider)
Expand Down Expand Up @@ -301,6 +303,7 @@ def test_refresh_token_view_invalid_origin(self):
"id_token": provider.encode(
access.id_token.to_dict(),
),
"scope": "offline_access",
},
)

Expand Down

0 comments on commit ee8c130

Please sign in to comment.