Ask Your Question
2

In the EJB, why does the user of Wildfly version 26.1.2 with elytron-oidc-client become anonymous?

asked 2023-01-22 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-07-07 03:00:00 +0000

nofretete gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-01-22 11:00:00 +0000

Seen: 10 times

Last updated: Jul 07 '22