WebAuthenticationBroker.GetCurrentApplicationCallbackUri | getCurrentApplicationCallbackUri method

0 out of 1 rated this helpful - Rate this topic

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

Windows.Security.Authentication.Web
Windows::Security::Authentication::Web [C++]

Metadata

Windows.winmd

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.