Hi guys,
can someone help me with the migration from keycloak-adapter to the new security subsystem (OIDC)? In the keycloak adapter i used the preferred-username setting to map a specific IdToken field to UserPrincipal's name field.
With OIDC there is no setting anymore and after login the UserPrincipal hase name=null. Login against a keycloak server is working so far (incl. the roles). But i need the UserPrincipal name after the successful login for my application :(
Thanks in advance,
Daniel K.