-
Notifications
You must be signed in to change notification settings - Fork 1
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
Admin API for listing all tokens of an identity #999
Admin API for listing all tokens of an identity #999
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know I told you it's not necessary to write an integration test for this functionality (because we can't create tokens via the Admin API), but I just thought about it, and I think we could at least add one like "Listing all tokens of an identity that doesn't have any tokens".
This ensures that all DI wiring has been done correctly and that all dependencies can be resolved.
Applications/AdminApi/src/AdminApi/Extensions/IServiceCollectionExtensions.cs
Outdated
Show resolved
Hide resolved
Applications/AdminApi/src/AdminApi/Extensions/TokensServiceCollectionExtensions.cs
Outdated
Show resolved
Hide resolved
Modules/Tokens/src/Tokens.Application/Tokens/Queries/ListTokensByIdentity/Validator.cs
Outdated
Show resolved
Hide resolved
…oesn't have any tokens"
Check last commit |
Readiness checklist