Skip to main content
Tab

OneDriveFileSystemProviderBase.RedirectUri Property

Specifies the URL to which the browser is redirected when authentication is complete.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string RedirectUri { get; set; }

Property Value

Type Description
String

The redirect URI.

Remarks

Specify the OneDriveFileSystemProviderBase.AccountName and RedirectUri properties to give your application access to OneDrive. For more information, see the OneDrive File System Provider topic.

When you deploy an application to a real server, change the RedirectUri property value so that it uses your application’s root URL. You need to enable HTTPS protocol on your web server because Microsoft requires this protocol to redirect URIs.

See Also