IdentityServer / IdentityServer3.AspNetIdentity

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

using identity reboot with identity server #73

Closed SeanFarrow closed 8 years ago

SeanFarrow commented 8 years ago

Hui,

Since Identity reboot derives from asp.net identity, what is the best/easiest way of using this with Identity server? Kind regards Sean.

brockallen commented 8 years ago

Just use the regular ASP.NET Identity and plug in IR where it normally gets plugged in.

SeanFarrow commented 8 years ago

Thanks. Is there integration for identity manager/managing users from identity servers ui? Cheers Sean.

From: Brock Allen [mailto:notifications@github.com] Sent: 18 July 2016 13:55 To: IdentityServer/IdentityServer3.AspNetIdentity IdentityServer3.AspNetIdentity@noreply.github.com Cc: Sean Farrow sean.farrow@seanfarrow.co.uk; Author author@noreply.github.com Subject: Re: [IdentityServer/IdentityServer3.AspNetIdentity] using identity reboot with identity server (#73)

Just use the regular ASP.NET Identity and plug in IR where it normally gets plugged in.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/IdentityServer/IdentityServer3.AspNetIdentity/issues/73#issuecomment-233320191, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABY1fi9Zf7dcfa2e0xPyIINP6QpmGJ1Mks5qW3e8gaJpZM4JOXGi.

brockallen commented 8 years ago

No, that's not IdSvr's job. You can always use IdentityManager, but it's technically separate.

SeanFarrow commented 8 years ago

So, do I need to plugin ir in to identity server. I'm thinking due to the adaptive password hashing/2fa stuff, or does it just go in to the app. Confused! Cheers SEan.

brockallen commented 8 years ago

IR just provides a replacement for the hashing API -- that's it. The rest is mainly the same as ASP.NET Identity.