Disabling authentication is not working #170
Unanswered
shiva-rakshith
asked this question in
Issues
Replies: 3 comments 1 reply
-
Hi Team - Please provide your inputs on this, Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@dileepbapat can you help here ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also, since authentication is disabled, just use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As mentioned in the discussion(#131), I have disabled authentication by making
authentication.enabled=false
. But when I try to make an invite API call, getting the below exception.It is trying to do
request.getUserPrincipal()
and getting null value, from a few articles I understood thatPrincipal
will benull
if the user has not been authenticated. Please help in resolving this error, Thanks!cc: @vrayulu @maheshkumargangula
Beta Was this translation helpful? Give feedback.
All reactions