1

I'm trying to use the various examples as a means to write my own, but I don't fully understand what is happening. Maybe someone can offer some insight.

I thought I needed to implement some URL that is listening for a callback from the 3rd party auth request, but when I look at the github implementation, for example, I see

public const string CallbackPath = "/signin-github";

and I don't see anything that is listening for that.

1 Answer 1

0

The callback endpoint is managed by the OAuth2 generic handler:

You don't need to (and shouldn't) create your own route.

Sign up to request clarification or add additional context in comments.

1 Comment

Your links are both dead.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.