JanssenProject / JanssenProject/jans

feat(jans-auth-server): Add client claim `jansLastActive` and Auth Server JSON server property `PersistClientActivity`

Open
#5,437 0 comments 0 reactions 1 assignee Assigned to @yuriyz View on GitHub
comp-jans-auth-server enhancement kind-feature
Dominant language
Java
Stars
647
Forks
173
Avg merge
1d 18h
Merged PRs (30d)
110

Description

It would be useful to know when a client was last active. For example, a domain may want to archive unused clients. For this reason, the server should be configurable to record the last activity at the token or authz endpoint.
* `jansLastActive` Client Claim - a date object recording last time the client was seen at the token or authz endpoint
* `PersistClientActivity` Auth Server JSON propety - boolean to write the current date to the client entity `jansLastActive` claim.

Mike: change it to LastAccessTime if that's already in use for another claim

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.