xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

Need id_token returned, using OpenAuth2Authenticator #341

Open rogerskk opened 5 years ago

rogerskk commented 5 years ago

Xamarin.Auth Issue

I am authenticating through a WSO2 server, using openid as the scope. I'm getting an access_token returned, but not the id_token. Is there a way I can get that returned so that the following would work?

var id_token = e.Account.Properties["id_token"];

Version

Tell us what should happen id_token returned in response

Actual behaviour

only access_token, state, and expires_in are returned

VS bug #733070