Debug Glassfish File Authentication

Checking the main Glassfish file does not allow me:

message Access to the requested resource has been denied

description Access to the specified resource (Access to the requested resource has been denied) has been forbidden.

I think I did everything right, but obviously I did not. Has anyone got any ideas on how to debug the authentication process?

+3
source share
1 answer

After further experimentation, I found that the following line in config\logging.propertiesgives some additional information:

javax.enterprise.system.core.security.level=FINEST

Failsafe authentication is a pain, and if someone knows how to get more information, I would be grateful.

+1
source

Source: https://habr.com/ru/post/1795243/


All Articles