-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat (jans-tui): Show tokens in Client View #9413
Comments
This requires API on config-api side to list tokens for given client. |
CC @pujavs |
Fixed via PR 9554 Endpoint details:
Testing Screenshots: |
Currently search is not possible. This is expressed in issue body: So search is needed and paged results. |
@devrimyatar, the issue description stated that one should be able to search based on client_id and hence the GET endpoints takes What other option is needed to search please specify. The response to GET is paginated result as seen in the screenshot in #9413 (comment) |
@nynymike Will we be able to search tokens by jansUsrId, grtTyp, scp, exp? Or just list associated tokens as a list? |
@pujavs Another thing is that, this enpoint does not support pagination. As in the body, the response should be paged. |
@devrimyatar, If you want generic search i will implement that |
@devrimyatar, i have implemented search to take in dynamic search, Example: |
Description
There could be a lot of tokens for a given client, especially for a shared client_id (for example, a mobile application that uses the same client_id). So search is needed and paged results. If a token is deleted, the TUI should invoke the OAuth Global Token Validation endpoint.
Prepare
Identified code changes
Test cases and code coverage
Document the changes
The text was updated successfully, but these errors were encountered: