mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
enterprise/providers/scim: fix last_updated for OAuth interactive (#22678)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@@ -65,6 +65,7 @@ class SCIMRedirectCallback(SCIMOAuthViewMixin, OAuthCallback):
|
||||
"access_token": self.token.get("access_token"),
|
||||
"refresh_token": self.token.get("refresh_token"),
|
||||
"expires": now() + timedelta(seconds=expires_in),
|
||||
"last_updated": now(),
|
||||
},
|
||||
)
|
||||
return redirect("authentik_core:if-admin")
|
||||
|
||||
Reference in New Issue
Block a user