in case OAuth/OpenID based authentication is used a callback url is required.
in the "securing Node-Red" section the following is described:
The callbackURL used by a strategy is where the authentication provider will redirect to following an auth attempt. It must be the URL of your Node-RED editor with /auth/strategy/callback added to the path. For example, if you access the editor at http://localhost:1880 , you would use http://localhost:1880/auth/strategy/callback
Unfortunately I have to integrate with a system that only allows a limited set of callback urls. For instance 'auth/strategy/callback' is not allowed but 'callback' is. Is it possible to change the callback url path in NodeRed?.