IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 764 forks source link

Any sample with android and retrofit? #3904

Open spardo83 opened 6 years ago

spardo83 commented 6 years ago

I wonder if anyone has a sample with android and retrofit?

brockallen commented 6 years ago

https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/tree/master/AndroidClientVS2017

no idea what retrofit is, so no.

spardo83 commented 6 years ago

[It´s a HTTP Api for Java, i check the oficial samples, maybe i try to port the Xamarin sample to Java.(http://square.github.io/retrofit/) Many people use retrofit to make the calls to Oauth and OpenID auth servers, but i´m new to android and there are no samples for generic servers, all samples are for google or facebook and has the implementation done for that servers