Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There could be various reasons why a user of Wildfly version 26.1.2 with elytron-oidc-client becomes anonymous. Some possible reasons could be:

  1. Configuration issue: There might be a misconfiguration in the elytron-oidc-client module that is causing the user to become anonymous.

  2. Authentication failure: The user might not be able to authenticate successfully with the identity provider (IDP) configured in the elytron-oidc-client, which is causing them to become anonymous.

  3. Authorization issue: Even if the user is authenticated successfully, there might be an authorization issue that is preventing them from accessing the protected resources, and as a result, they become anonymous.

To resolve this issue, one needs to review the configuration of the elytron-oidc-client module and the IDP and ensure that the user is authenticated and authorized correctly. It might also help to review the Wildfly logs to identify any errors or exceptions that could be causing the issue.