Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication #98

Open
gregoryagu opened this issue Dec 25, 2022 · 0 comments
Open

Authentication #98

gregoryagu opened this issue Dec 25, 2022 · 0 comments

Comments

@gregoryagu
Copy link

So, I am trying to get the Admin Site up and running. I cloned the site, and now I am running the project in VS 2022.

The site opens in the browser as expected, but then I l click the to log in. the app goes to http://localhost:5000/login, and then shows a 404 as there is no page with a route of "login".

I see a component name "RedirectToLogin" but it doesn't appear to be used anywhere.

I see these lines commented out in Program.cs. Was that intentional?

builder.Services.AddMsalAuthentication(options =>
{
     builder.Configuration.Bind("AzureAd", options.ProviderOptions.Authentication);
});

Just trying to get the site up and running! Want to use the url shortner on a project, and also it is a good learning experience for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant