RedirectUri

This property sets the reply URL where the authorization server sends the user once the app has been successfully authorized and granted an authorization code or access token.

Declaration

// C#
public string RedirectUri { set; }

Exceptions

InvalidOperationException – if application tries to set this property once a connection is already opened using its encapsulating object.

Remarks

This property is used with Azure interactive authentication.

This property has "http://localhost" as the default value if not provided by the user.