Gets the current application callback URI.
Syntax
var uri = Windows.Security.Authentication.Web.WebAuthenticationBroker.getCurrentApplicationCallbackUri();
Parameters
This method has no parameters.
Return value
Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]
The URI of the current application.
Remarks
The current application callback URI is used as an implicit value of the callbackUri parameter of the AuthenticateAsync method. However, applications need the URI value to add it to the request URI as required by the online provider.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- Managing user identity (JavaScript)
- Managing user identity (C#/C++/VB)
- Setting up single sign-on using the web authentication broker (JavaScript)
- Setting up single sign-on using the web authentication broker (C#/C++/VB)
- AuthenticateAsync
- WebAuthenticationBroker
Build date: 12/4/2012