Basic Logging
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:
Found the following claims for login: These are the claims extracted from the JWT.
Searching for username with following claim: The app searches for claim XXX in the JWT claims from before
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:
SyncSingleUserResult. Contains the result of creating/updating the user
See an example below:
