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

Support config-based options for different authentication schemes #42170

Open
2 of 7 tasks
captainsafia opened this issue Jun 13, 2022 · 2 comments
Open
2 of 7 tasks

Support config-based options for different authentication schemes #42170

captainsafia opened this issue Jun 13, 2022 · 2 comments
Assignees
Labels
area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer

Comments

@captainsafia
Copy link
Member

captainsafia commented Jun 13, 2022

Following up on the work done in #41520, we want to include support for config-based authentication options for all the authentication options that we currently support.

  • JwtBearer
  • OIDC
  • Cookie
  • Certificate
  • PolicyScheme
  • Negotiate
  • Social

We'll also want to make sure that these implementations support IOptionsMonitor for listening to changes in config. We're moving this work to .NET 8.

@davidfowl
Copy link
Member

cc @martincostello for https://github.com/aspnet-contrib

@captainsafia
Copy link
Member Author

Support for loading OIDC options has been merged into preview7. Moving this into .NET 8 Planning as we consider addressing the other authentication types then.

@captainsafia captainsafia removed the old-area-web-frameworks-do-not-use *DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels label Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer
Projects
None yet
Development

No branches or pull requests

5 participants