Add delegation for authentication
Currently the server suggest the following options for "authN": "none" ,"builtin" ,"delegate=",
but delegate is not implemented, this option should simply forward the JWT used while establishing the session to he "delegate=" URL and wait for a successful return code before creating the session.