Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jans-tui): Browser / Search Web Sessions #9412

Closed
11 tasks
nynymike opened this issue Sep 7, 2024 · 2 comments · Fixed by #9595 · May be fixed by #9602
Closed
11 tasks

fix(jans-tui): Browser / Search Web Sessions #9412

nynymike opened this issue Sep 7, 2024 · 2 comments · Fixed by #9595 · May be fixed by #9602
Assignees
Labels
enhancement kind-bug Issue or PR is a bug in existing functionality
Milestone

Comments

@nynymike
Copy link
Contributor

nynymike commented Sep 7, 2024

Description

Sometimes an admin might want to search for a Web session, end it, and invalidate any tokens.

image

I'm not sure if we have the corresponding Config API's to make this possible. Also, there is a new Global Token Revocation endpoint that could be used to expire the corresponding tokens.


Prepare

  • Read contribution guidelines
  • Read license information

Identified code changes

  • task 1
  • task 2
  • task 3

Test cases and code coverage

  • Write unit test to cover added/changed code
  • Update integration tests to cover added/changed code

Document the changes

  • task for updating user guides if needed
  • task for updating installation and configuration guides if needed
  • task for updating developer documentation if needed
  • task for updating technical documentation if needed
@mo-auto mo-auto added the kind-bug Issue or PR is a bug in existing functionality label Sep 7, 2024
@yuriyz
Copy link
Contributor

yuriyz commented Sep 9, 2024

We can list all sessions. And add ability to search by user.

jansSessId has jansUsrDN attribute. It means that first we have to figure out user's DN and then look up all sessions by that DN.

New API is needed on config-api side to return paged sessions with filter support.

@devrimyatar
Copy link
Contributor

We can list all sessions. And add ability to search by user.

jansSessId has jansUsrDN attribute. It means that first we have to figure out user's DN and then look up all sessions by that DN.

New API is needed on config-api side to return paged sessions with filter support.

CC @pujavs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
6 participants