go to post ia test · 22 hr ago Hello, first thanks for great article. I'm currently trying to use the 'Parameter TokenLoginEndpoint' because I want to insert the user roles into the 'payload' after successful login. However, I am unable to run the 'endpoint' that I define. For example: I have REST API call '/api/mylogin' and REST API call '/api/test' for testing. When I placed 'Parameter TokenLoginEndpoint = "mylogin"' into '/api/test' and then a I fire '/api/test' i get result from default API REST 'login' (no '/api/mylogin'). I'm not sure where exactly I should place the 'override parameter' and whether it's enough to define just the endpoint name or the full path with the endpoint name ? Thanks for any answers..