Basic Logging allows you to easily what your identity provider sends and what happened during the user creation or update in a condensed manner.
If you encounter any problems, please contact us at https://www.resolution.de/go/support or book a free meeting via https://www.resolution.de/go/calendly.

To get basic logging, activate DEBUG logging for de.resolution.albauth.loginDebugLogger package.

You can get the following then:

  1. Found the following claims for login:  These are the claims extracted from the JWT.
  2. Searching for username with following claim:  The app searches for claim XXX in the JWT claims from before
  3. Searching user to login by username: yyy. The app searches for the user with the username yyy


If you use UserSync (Just-In-Time or connector) to create/update your users, you will also get the following output:

  1. SyncSingleUserResult. Contains the result of creating/updating the user


See an example below: