---
title: redirectURI
framework: signinwithapplejs
role: symbol
role_heading: Instance Property
path: signinwithapplejs/clientconfigi/redirecturi
---

# redirectURI

The URI to which the authorization redirects.

## Declaration

```data
attribute string redirectURI;
```

## Mentioned in

Configuring your webpage for Sign in with Apple Incorporating Sign in with Apple into other platforms

## Discussion

Discussion The URI provided must redirect to a website under your control. Supply this URI to WWDR to enable this feature.

## See Also

### Configuring the client object

- [clientId](signinwithapplejs/clientconfigi/clientid.md)
- [scope](signinwithapplejs/clientconfigi/scope.md)
- [state](signinwithapplejs/clientconfigi/state.md)
- [nonce](signinwithapplejs/clientconfigi/nonce.md)
- [usePopup](signinwithapplejs/clientconfigi/usepopup.md)
