when calling atlassian connect spring boot (ACSB) app controller method rest api from Forge app custom ui (confluence global page module) is throwing 401 error
Getting the below exception in connect on forge ACSB app INFO c.a.c.s.i.a.RequireAuthenticationHandlerInterceptor - Rejected incoming request for controller requiring Forge Remote Context authentication (GET /forge/getData)
When I debug see that the anonymous user authentication is happening. Is this expected.
Can someone throw some light on this ?