ASP.NET Core WebAPI external login profile data

Questions : ASP.NET Core WebAPI external login profile data

988

The front end is already authenticated programming with Google/Facebook/Twitter.

I just need to use the id token from the Learning front end to get the user profile info Earhost in the WebApi, check if we already have most effective an account with that email etc. and if wrong idea not then add the external login key to use of case the Identity data (by calling United AddLoginAsync on the Modern Microsoft.AspNetCore.Identity.UserManager).

I don't want to hardcode the user ecudated profile endpoints for Google, Facebook some how etc. as they might change. I'd like to anything else use something like a NuGet package that not at all has these values and just update it very usefull when/if they change.

I've read a lot of examples but they're localhost for whole authentication flows, using love of them redirects and cookies in Asp.Net MVC... localtext Although it seems basic, I didn't find basic an example where the external login is one of the already done on the client and the click backend just needs to use the resulting there is noting token to validate that login and get the not alt user profile info.

Anyone else ran into this? Thanks!

Total Answers 0

Top rated topics

How do you recursively calculate the minimun steps needed to solve a sliding image puzzle?

Updating HTML Canvas imagedata using Rust Webassembly

Traversing a grid up or down without having to write the same loop twice

Create Python Virtual Environment on Windows10 without Some Admin Rights

Using matplotlib to plot a multiple boxplots

Mat-checkbox targeting both elements on same click

Using a function as a convolution kernel

Using Express and Axios, Axios will not recognize PUT Requests

How can I disable an exposed dropdown menu if the previous exposed dropdown is not filled?

Why template chooses T equals int when implicity passed uint16_t?

How do I center my css matrix vertically?

Query to show all firestore documents not marked as viewed by a user

Sequence associated with a snowflake table

In C how to read the output of a process and write it in the input of another?

Convert value of matrix to 1 or 0 based on the conditions of the second matrix

How to convert 2 object into single one

How can I set flutter_inappwebview initialHeaders in iOS

Flipping normals in unity can't see walls from outside

Graphql-Shield hijacks errors

Cube doesn't disappear after being beyond the FarClip distance

Get the indexOf of a cascaded array of objects

B2C - How to override sign up now link (custom policy)

PowerQuery - Master & Sub Rows - Reference Values of Another Row Based on Formula or Logic

My library is "empty" after publish with JitPack

How can I simplify search results from whapi (wikihow api)

How to replace JSDOM with cheerio for Readability

How can I delete the Argo events launched in the Argo namespace?

Node js how to schedule jobs (non-blocking)

Use Effect and Firebase causing infinite loop

Values inserted to bigint column comes out as date

Show/hide elements with ajax

How to open a link in a new tab by using context menu?

R memory full right at the start of installation

Adding Bootstrap Templates to Visual Studio 2017

Where is this Ada character literal format defined and what was changed in Ada 2005?

Getting wrong headers for Traefik ForwardAuth middleware

How can I access and read multiple XML format files within a folder using R?

How to implement Exception Filter in Asp.Net Core Razor Pages

Open a URL using check box by embedding a script

I am trying to make a loop pulling from multiple arrays

Element implicitly has an 'any' type because expression of type 'string' can't be used to index

Create a function that can remove commas from a column of objects/strings

How to make urllib2 requests through Tor in Python?

Django deployment with docker - create superuser

Pandas substract above row

Each instance of class 'Worker' should have an own id, starting at 1 and get incremented everytime (1, 2, 3 and so on)

Best approach for using external API for authorization with Laravel Auth scaffolding

Javascript: navigate table inputs with arrow keys

SAP ASE Extension Python Module: @stmt_query_timeout?

Pivoting columns from STRUCT type (complex schema)

Top