Anyone know how to access/update System.Web.Security ASP membership database from a .Net Core Web API?Role Provider / Membership? How to in asp.net web api?Connecting .NET Membership and Roles wth Existing DatabaseWeb API token authentication with a custom user databaseHow to add Authentication to ASP .NET Web API with exising users?Implementing ADFS in asp dot net core full framework 4.6 web apiHow do I get current user in .NET Core Web API (from JWT Token).Net Core 2 API How To Get Current Logged In User?Custom authentication asp.net core web apiMulti-tenant .Net Core Web APIHow to correctly setup Policy Authorization for WEB API in .NET Core
How do EVA suits manage water excretion?
Dehn twist in amalgamated product, preserving a subgroup
2000s space film where an alien species has almost wiped out the human race in a war
Should you only use colons and periods in dialogues?
Diffraction of a wave passing through double slits
What's the orientation of the Rope Trick hole?
Has SHA256 been broken by Treadwell Stanton DuPont?
The Planck constant for mathematicians
Why do sellers care about down payments?
Which is the current decimal separator?
Should I leave the first authorship of our paper to the student who did the project whereas I solved it?
What was the motivation for the invention of electric pianos
What exactly is a marshrutka (маршрутка)?
What's the biggest organic molecule that could have a smell?
Why is this weapon searching for a new owner?
Writing a love interest for my hero
Is there any way to land a rover on the Moon without using any thrusters?
What is a realistic time needed to get a properly trained army?
Does my opponent need to prove his creature has morph?
Newly created XFS filesystem shows 78 GB used
Remove lines with a non-numeric field
Are scroll bars dead in 2019?
What is the derivative of an exponential function with another function as its base?
A medieval fantasy adventurer lights a torch in a 100% pure oxygen room. What happens?
Anyone know how to access/update System.Web.Security ASP membership database from a .Net Core Web API?
Role Provider / Membership? How to in asp.net web api?Connecting .NET Membership and Roles wth Existing DatabaseWeb API token authentication with a custom user databaseHow to add Authentication to ASP .NET Web API with exising users?Implementing ADFS in asp dot net core full framework 4.6 web apiHow do I get current user in .NET Core Web API (from JWT Token).Net Core 2 API How To Get Current Logged In User?Custom authentication asp.net core web apiMulti-tenant .Net Core Web APIHow to correctly setup Policy Authorization for WEB API in .NET Core
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have limited experience working with ASP membership databases, but from what I've read, System.Web.Profile, is not intended for use from .Net Core solutions. Instead, the roadmap I see is to migrate to ASP.Net Core Identity.
I am working with an existing website that uses an ASP membership database for authentication purposes. Separately, a ASPNetCore Web API has been created that needs to work with the same membership database. I don't want to migrate the membership data (for risk, time, and budget reasons), but rather make use of it where it currently exists.
A prior resource figured out the basics of hashing and matching the password to prove authentication, but now the basic task at hand is to update the profilepicture GUID identifier which is stored in Membership.
Is there a way to configure my ASPNetCore Web API to use system.web.membership to read and update a given membership profile (given a valid and authenticated user ID)? My web API uses JSON Web Tokens, so the current and valid user's ID is readily available within my controllers/etc. I'd rather use the proper membership code than try to hack the aspnet_membership data structures and stored procs.
Any ideas?
asp.net-web-api asp.net-membership asp.net-core-webapi
add a comment
|
I have limited experience working with ASP membership databases, but from what I've read, System.Web.Profile, is not intended for use from .Net Core solutions. Instead, the roadmap I see is to migrate to ASP.Net Core Identity.
I am working with an existing website that uses an ASP membership database for authentication purposes. Separately, a ASPNetCore Web API has been created that needs to work with the same membership database. I don't want to migrate the membership data (for risk, time, and budget reasons), but rather make use of it where it currently exists.
A prior resource figured out the basics of hashing and matching the password to prove authentication, but now the basic task at hand is to update the profilepicture GUID identifier which is stored in Membership.
Is there a way to configure my ASPNetCore Web API to use system.web.membership to read and update a given membership profile (given a valid and authenticated user ID)? My web API uses JSON Web Tokens, so the current and valid user's ID is readily available within my controllers/etc. I'd rather use the proper membership code than try to hack the aspnet_membership data structures and stored procs.
Any ideas?
asp.net-web-api asp.net-membership asp.net-core-webapi
add a comment
|
I have limited experience working with ASP membership databases, but from what I've read, System.Web.Profile, is not intended for use from .Net Core solutions. Instead, the roadmap I see is to migrate to ASP.Net Core Identity.
I am working with an existing website that uses an ASP membership database for authentication purposes. Separately, a ASPNetCore Web API has been created that needs to work with the same membership database. I don't want to migrate the membership data (for risk, time, and budget reasons), but rather make use of it where it currently exists.
A prior resource figured out the basics of hashing and matching the password to prove authentication, but now the basic task at hand is to update the profilepicture GUID identifier which is stored in Membership.
Is there a way to configure my ASPNetCore Web API to use system.web.membership to read and update a given membership profile (given a valid and authenticated user ID)? My web API uses JSON Web Tokens, so the current and valid user's ID is readily available within my controllers/etc. I'd rather use the proper membership code than try to hack the aspnet_membership data structures and stored procs.
Any ideas?
asp.net-web-api asp.net-membership asp.net-core-webapi
I have limited experience working with ASP membership databases, but from what I've read, System.Web.Profile, is not intended for use from .Net Core solutions. Instead, the roadmap I see is to migrate to ASP.Net Core Identity.
I am working with an existing website that uses an ASP membership database for authentication purposes. Separately, a ASPNetCore Web API has been created that needs to work with the same membership database. I don't want to migrate the membership data (for risk, time, and budget reasons), but rather make use of it where it currently exists.
A prior resource figured out the basics of hashing and matching the password to prove authentication, but now the basic task at hand is to update the profilepicture GUID identifier which is stored in Membership.
Is there a way to configure my ASPNetCore Web API to use system.web.membership to read and update a given membership profile (given a valid and authenticated user ID)? My web API uses JSON Web Tokens, so the current and valid user's ID is readily available within my controllers/etc. I'd rather use the proper membership code than try to hack the aspnet_membership data structures and stored procs.
Any ideas?
asp.net-web-api asp.net-membership asp.net-core-webapi
asp.net-web-api asp.net-membership asp.net-core-webapi
asked Mar 28 at 10:20
Curtis HerrickCurtis Herrick
8510 bronze badges
8510 bronze badges
add a comment
|
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55395161%2fanyone-know-how-to-access-update-system-web-security-asp-membership-database-fro%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55395161%2fanyone-know-how-to-access-update-system-web-security-asp-membership-database-fro%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown