xamarin/Xamarin.Auth

Xamarin.Auth 1.6.01 - UWP OAuth2Authenticator Issue

Opened this issue · 0 comments

Hi,

I am using xamarin forms UWP passing all valid OAuth2Authenticator parameters and its not return to complete its come error method and getting below error .

OAuth2Authenticator authenticator = new OAuth2Authenticator(
AppSettings.ClientId,
AppSettings.Scope,
authorizeUrl: new Uri(AppSettings.AuthorizeUrl),
redirectUrl: new Uri(AppSettings.RedirectUrl));
authenticator.Completed += OnAuthCompleted;
authenticator.Error += OnAuthError;
AuthenticationState.Authenticator = authenticator;
var presenter = new Xamarin.Auth.Presenters.OAuthLoginPresenter();
presenter.Login(authenticator);

image

OAuth Error = AADSTS500013:+Resource+identifier+is+not+provided.
Trace+ID:+7afdbae4-562a-4ca3-91a5-760dabf22000
Correlation+ID:+39931473-2be5-4d3d-81d4-0aa797eb9501
Timestamp:+2019-08-14+17:29:43Z