Coder Social home page Coder Social logo

Comments (6)

brockallen avatar brockallen commented on July 20, 2024

Yes, this is absolutely possible -- I'm doing exactly this in a non-OSS project now. I'll give you the short answer here and then maybe (if I get time) I can post a sample it in code.

You need to build a bridge between MR and IdSrv. This is done by writing a class that implements IUserRepository, IUserManagementRepository, and IClaimsRepository. These would then use the UserAccountService to provide the backing implementation. Once you've done that, you need to configure this bridge class in Configuration/repositories.config as the userManagement, userValidation and claimsRepository entries.

HTH

from brockallen.membershipreboot.

drewid avatar drewid commented on July 20, 2024

Thanks. I am absolutely fascinated by the idea and any guidance would be a big help. Trying not to flail.

from brockallen.membershipreboot.

badbadman avatar badbadman commented on July 20, 2024

Did you ever get a chance to post some code on using this with IdentityServer 2?

from brockallen.membershipreboot.

brockallen avatar brockallen commented on July 20, 2024

No, I didn't sorry.

from brockallen.membershipreboot.

badbadman avatar badbadman commented on July 20, 2024

Started working on this, running into some difficulty. Your MR example uses Ninject which has multiple constructor arguments, and IdSrv uses MEF (I think) which requires a single constructor with no arguments, is that correct? I'm not that familiar with MEF, but not sure how to reconcile the two, it seems like a pretty big impedence mismatch. Seems smelly to add Ninject in IdSrv, but so does the alternative, which is spinning up the MR instances directly. Unless I'm missing something - any suggestions on how to approach it?

from brockallen.membershipreboot.

brockallen avatar brockallen commented on July 20, 2024

Yea, sorry I never replied to this. Agreed, that adding proper IoC to IdentityServer seems counter to its original design and thus isn't what I tend to do when I need to extend it.

from brockallen.membershipreboot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.