Skip to content

Authentication Error In Server #71

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

Open
david-maw opened this issue Mar 13, 2023 · 0 comments
Open

Authentication Error In Server #71

david-maw opened this issue Mar 13, 2023 · 0 comments

Comments

@david-maw
Copy link

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Try and use the project as is, it will fail at run time after logging in with the message "An error occurred : Unauthorized", ultimately this is because Startup.Auth.cs in TodoListService refers to a configuration setting as "ida:TenantId" but Web.config actually calls it "ida:Tenant" so the wrong value ends up in "issuer". I needed to fix it to make it work so I created #70 to document the fixes.

OS and Version?

Windows 10 build 19044

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