I see the user is authenticated correctly but there is a warning about the realm you are using:
[02.06.22 14:04:15:042 MESZ] 00000215 WebAuthentica 3 Username retrieved from TAI is [Thomas.Mayr.ext@bayernlb.de]
[02.06.22 14:04:15:042 MESZ] 00000215 WebAuthentica 3 Map credentials for Thomas.Mayr.ext@bayernlb.de.
[02.06.22 14:04:15:043 MESZ] 00000215 WSCredentialT W SECJ5008W: The realm specified in com.ibm.wsspi.security.cred.realm (https://dmztomtest01.prod.blb.de:37443/openam/oauth2/KissRealm) does not match the current realm (LDAPTest1.prod.blb.de:636). This could cause problems when trying to make a downstream request.
I can see you that you are not trying to map the user to the LDAP registry mapIdentityToRegistry=[false]
For fixing the SECJ5008W warning you can try using the OIDC property provider_<id>.useRealm=LDAPTest1.prod.blb.de:636
Apart of that I see this another error message:
[02.06.22 14:04:15:065 MESZ] 00000215 WebCollaborat A SECJ0129E: Authorization failed for user Thomas.Mayr.ext@bayernlb.de:https://dmztomtest01.prod.blb.de:37443/openam/oauth2/KissRealm while invoking GET on dmz-test_host:/bayernlabo/ProtectedLandingPageDispatcher.part, Authorization failed, Not granted any of the required roles: Rolle_Bauministerium Rolle_Bewilligungsstelle Rolle_EigenwohnraumKunde Rolle_Interessent_EigenwohnraumKunde Rolle_KommunalKunde Rolle_MietwohnraumKunde Rolle_Ministerien
So you need to map the user Thomas.Mayr.ext@bayernlb.de to any of the required roles in the application fur the user getting authorized to access it.
------------------------------
MIGUEL ANGEL CAMACHO CABRERA
------------------------------