xamarin / Xamarin.Auth

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

Dont include client secret in URL #397

Open dendle opened 5 years ago

dendle commented 5 years ago

Authenticate using HTTP BASIC auth instead

Xamarin.Auth Pull Request

Fixes #261 (At least for people using identity server 4)

Checklist

Changes proposed in this pull request:

dendle commented 5 years ago

Here's the relevant RFC section that this fix implements: https://tools.ietf.org/html/rfc6749#section-4.1.3