You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi!
I'm trying to run jwt on wildfly 14
adding web.xml and beans.xml in the generated war the application starts but
authentication does not work.
no class is initialized when the application starts
when calling /api/login with the parameters
securityContext.getCallerPrincipal () is still null, so we get a 401 and that does not go any further.
it seems that there is no explanation of how it works to make it possible to understand what is meant to be done.
A+JYT
The text was updated successfully, but these errors were encountered:
hi!
I'm trying to run jwt on wildfly 14
adding web.xml and beans.xml in the generated war the application starts but
authentication does not work.
no class is initialized when the application starts
when calling /api/login with the parameters
securityContext.getCallerPrincipal () is still null, so we get a 401 and that does not go any further.
it seems that there is no explanation of how it works to make it possible to understand what is meant to be done.
A+JYT
The text was updated successfully, but these errors were encountered: