UserStorageProvider and related user information when not adding the user in KC

Our user storage provider SPI does not add users to the KC datastore:

implements
        UserStorageProvider,
        UserLookupProvider,
        CredentialInputValidator

It is backed by an API for authentication and user lookup. With this setup there are no users shown in the users tab in the admin console, nor can you search for a user (even with an active session). You can click on the user link in sessions when the user is signed in, and view the user record. There you can see things like the OTP that was used or the consents.

My question is: without an active session in KC, is there any way to view or manage these other aspects of the user?

Thanks
-Jonathan

Hello @jonnewell, if you want to be able to view and manage users from the administration console you have to implement the UserQueryMethodsProvider interface.

See documentation here