OneDriveFileSystemProviderBase.RedirectUri Property
Specifies the URL to which the browser is redirected when authentication is complete.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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