MembershipReboot is a user identity management and authentication library. It has nothing to do with the ASP.NET Membership Provider, but was inspired by it due to frustrations with the built-in ASP.NET Membership system.
Questions tagged [membershipreboot]
47 questions
0
votes
1 answer
Connection strings set in Azure portal not being picked up by application
I have a webapp deployed to an Azure Web App. In the webapp I am using MembershipReboot, with Entity Framework. The Sql Server database is also in Azure.
It is deployed via BitBucket integration and continuous deployment, in a staging slot.
As part…

nachojammers
- 1,225
- 1
- 10
- 12
0
votes
1 answer
MembershipReboot with IdentityServer v3
I am having trouble extracting UserAccount properties from MembershipReboot in conjunction with Thinktecture IdentityServer. I have both up and running using the Sample repo here:…

RNDThoughts
- 892
- 3
- 13
- 30
0
votes
1 answer
Can't update users email address or password using Thinktecture IdMgr + MembershipReboot.
When I edit a user in Thinktecture IdManager I can change their name, and age and other "custom" properties but when I try to change their email address or password my custom Membership Reboot repository update method is called once to save the…

BenCr
- 5,991
- 5
- 44
- 68
0
votes
1 answer
Thinktecture IdentityServer3 Facebook Login Button Issue
I am using "IdentityServer3 - IdentityManager - MembershipReboot" in my project for User Management, Authentication & Resources Authorization.
I started from below sample and have gone good for creating users, authenticating them via /connect/token…

Risky Pathak
- 598
- 5
- 16
0
votes
0 answers
How to use the concept of corporate account in MembershipReboot
I'm studying MembershipReboot for a professional corporate solutions.
The background is:
There are companies
A company has one or more users administrators / owners
User administrator adds users with role administrator, worker
In the multitenant…

Alberto León
- 2,879
- 2
- 25
- 24
0
votes
0 answers
Removing/Deleting a UserClaim in MembershipReboot with Guid keys failing
I am working on a project and using MembershipReboot as the membership manager. I am using Guids for the keys instead of the ints used in the Single Tenant demo. My application can add UserClaims but I get an error when trying to remove or delete…

user1598521
- 43
- 6
0
votes
1 answer
Convert Ninject DI to Unity DI
How Do I convert the following Ninject DI to Unity? I'm having trouble understanding the correct syntax.
///
/// Load your modules or register your services here!
///
/// The kernel.
…

Mickey
- 55
- 7
0
votes
1 answer
Cookies Set but not Sent in Subsequent Requests
I'm preparing a demo of MembershipReboot for my local user group. I'm experiencing a strange scenario whereby the 2 cookies:
FedAuth; and
FedAuth1
are being set in the headers of the Response. However, in subsequent Requests, they are not part of…

onefootswill
- 3,707
- 6
- 47
- 101
0
votes
2 answers
Brock Allen MembershipReboot with SPA(Single Page Application) Breeze Application Authorization Redirect
I have integrated MembershipReboot with a Breeze SPA application and the login and authorisztion work as expected. In the BreezeController.cs I have added the code below to capture an authorization failure.…

Oldergit
- 81
- 1
- 2
0
votes
1 answer
Thinktecture Identity Server vs MembershipReboot Multi Tenancy
I tried to install two identity servers and both of them use the same MembershipReboot database with Multi Tenancy setting in identity server web.config. (defaultTenant="A" multiTenant="false") and (defaultTenant="B" multiTenant="false")
then I can…

Aggis Wu
- 99
- 1
- 10
0
votes
1 answer
How to combine MembershipReboot and Thinktecture.IdentityServer?
I was able to download and run locally, the MembershipReboot project. I was able to download and run on our test server the Thinktecture IdentityServer project. No major issues with each one by themselves. Now, I want to use MembershipReboot as…

Connie DeCinko
- 191
- 1
- 13
0
votes
1 answer
MembershipReboot vs Thinktecture Identity Model
What are the differences between MR and IM in terms of extensibility, stability, security and such?
Which one would be more preferable for a single tenant application?

DarthVader
- 52,984
- 76
- 209
- 300
0
votes
1 answer
Override default username validation of MembershipReboot
I'm using Thinktecture IdentityServer with MembershipReboot and i'm trying to find a way to override the default username validation of username.
my case is that I want to allow username to be email or not and not the same as the user email.
The…

moi_meme
- 9,180
- 4
- 44
- 63
0
votes
1 answer
Where is my database and App_Data folder?
I have downloaded a project and ran the code and I created an account on my locally running MVC site.
I want to delete the database so that it will build a new one; but I can't seem to locate the database. It is supposed to be in App_Data, is it…

user1477388
- 20,790
- 32
- 144
- 264
0
votes
1 answer
WebApi 2.1 File > New Project > MRB or default MS bits
Hopefully this is not off topic but.....
I want to create a brand new webapi 2.1 project and also an mvc5 site (I will looking at converting this into an angular site another day).
My application needs roles and authentication and the ability to…

Diver Dan
- 9,953
- 22
- 95
- 166