Skip to content
This repository was archived by the owner on Feb 15, 2018. It is now read-only.
This repository was archived by the owner on Feb 15, 2018. It is now read-only.

Integration into clean MVC 5 project #18

@TDK1964

Description

@TDK1964

Hi,

I have a clean MVC project (no MS identity framework) with a working version of MembershipReboot. I've now want to integrate IdentityManager. My question is, do I need the files in the config folder (from the host example) as I'm only using MR straight out of the box as I can't seem to get IM working?

This is in my startup.cs

app.Map("/idm", idm =>
            {
                var factory = new IdentityManagerServiceFactory();
                factory.Configure("MembershipReboot");

                var options = new IdentityManagerOptions
                {
                    Factory = factory
                };

                app.Map("/idm", _ => { _.UseIdentityManager(options); });

            });

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions