# 2. Redirect the route to your backend

when processing your /auth route, just redirect to the authentication route of the backend

```

window.location.href = 'http://<my_domain>/auth/siww'

```
