IdentityServer / IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
Apache License 2.0
64 stars 51 forks source link

Simplify default subject parser #38

Closed huysentruitw closed 9 years ago

huysentruitw commented 9 years ago

Use TypeDescriptor.GetConverter to get the right converter instead of if/else construction

dnfclas commented 9 years ago

Hi @huysentruitw, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

brockallen commented 9 years ago

Have you confirmed that this works with guids?

huysentruitw commented 9 years ago

Yes I did.