GithubHelp home page GithubHelp logo

Comments (4)

benkonz avatar benkonz commented on June 30, 2024

So I figured out that problems were happening when I was using steam authentication with identity. Once I removed the identity calls from startup.cs, everything worked. Is there a way to use steam authentication along with Identity?

from aspnet.security.openid.providers.

kevinchalet avatar kevinchalet commented on June 30, 2024

The Steam provider works exactly like any other authentication middleware, so I'd recommend having a look at the Identity samples/templates that use external authentication to see how you're supposed to integrate things.

from aspnet.security.openid.providers.

benkonz avatar benkonz commented on June 30, 2024

So I made a new project and added some of the started code in the sample so that Steam shows up as another service to log in, however I seem to be having the same problem as issue as #26, where my claims show that the user is associated with steam, but I cannot get any information other than http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationmethod: Steam. Since I am using ASP .net core framework, it doesn't seem like I have the GetExternalLoginInfoAsync() method. What would be an alternative for this method?

from aspnet.security.openid.providers.

kevinchalet avatar kevinchalet commented on June 30, 2024

GetExternalLoginInfoAsync() is defined here: https://github.com/aspnet/Identity/blob/1.0.0/src/Microsoft.AspNetCore.Identity/SignInManager.cs#L438.

from aspnet.security.openid.providers.

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.